nguyend91/findpython
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# findpython When given the path of a directory, findpython will be able to identify all files Python. Once identified, Pylint will run to check for errors and enforces a coding standard. ## Prerequisites pip install python-magic pip install pylint