ObjectJosh / PythonScanner

Python code scanner which reads code that is pasted in the input.py file and checks for errors nonconforming to the Python Enhancement Proposal(PEP) 8 Styling Guidelines. If the input code passes all checks, no errors will be printed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PythonScanner

I coded a Python code scanner which reads code that is pasted in the input.py file and checks for errors nonconforming to the Python Enhancement Proposal(PEP) 8 Styling Guidelines. If the input code passes all checks, no errors will be printed.

About

Python code scanner which reads code that is pasted in the input.py file and checks for errors nonconforming to the Python Enhancement Proposal(PEP) 8 Styling Guidelines. If the input code passes all checks, no errors will be printed.


Languages

Language:Python 100.0%