A simple python script to manipulate the header and footer of an .holo file.
In order to build the script into a single executable run:
pyinstaller.exe --onefile --name "Holo file inspector" src/main.py
The executable will be located at ./dist/Holo file inspector.exe
.
You can better customize the build by changing parameter in the ./Holo file inspector.spec
file.
If you want to contribute to the script install the required package with:
pip install -r src/requirements.txt