Simply download the FuzzBox.exe executable file from "dist" folder and execute it from your local drive.
When you are going to modify the original py file and convert it into exe format executable, you may need to perform the following commands.
sudo apt-get install pyinstaller
Then go to the *.py directory:
pyinstaller.exe --onefile --windowed --icon=xxx.ico xxx.py

