The folder with the .cpc files to fix should be in the root folder of the project.
Run python fix_header.py
Make sure it follows this format
"Code File Path (.txt)","Folder Path"
This is so that we can distribute this to devices without Python installed (for the SHORE center)
-
Install PyInstaller:
pip installer pyinstaller -
Create the executable:
pyinstaller --onefile fix_header.py -
The executable file can be found in the
dist/folder