Python style guide checker that validates PEP 8 compliance
Simple Python style checker in one Python file
pycodestyle
$ pycodestyle myfile.py
$ pycodestyle /path/to/project
$ pycodestyle --statistics --count myfile.py