Checks C code for EPITA coding style mistakes DO NOT INCLUDE IN YOUR SUBMISSION !!
This program requires Python 3 to run. make sure you are not running it with python 2.
To check your current version, use python --version
.
You may need to use python3
to run the program if you have multiple versions of python on your system.
To check all files in the program's directory, run it without arguments:
python file_manager.py
To check all the files in a specific directory, give that directory as an argument:
python file_manager.py C:\Users\[username]\directory_to_search_in