Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 643 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 643 Bytes

EPITA-style-checker

Checks C code for EPITA coding style mistakes DO NOT INCLUDE IN YOUR SUBMISSION !!

Prerequisites

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.

Running

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