This simple script let you check norminette and if the peer's username is in every header of every file in the project.
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.
Check all files in the directory.
python3 HC.py .
Remember: the script needs to have access to the directory.