Check your peers' headers

This simple script let you check norminette and if the peer's username is in every header of every file in the project.

Usage

python3 HC.py {file/directory path} [file/directory path 2] [file/directory path 3] ...

You can specify a file or a directory, if passed a directory. as argueny the script will check all files in the directory.

Example:

Check all files in the directory. python3 HC.py .

Remember: the script needs to have access to the directory.