Open ddugovic opened 14 hours ago
Hi, thank you for the help. I will try to explain how I build a windows installer for this project so that you can check if it is possible.
requirements.txt
file. pyinstaller
and auto-py-to-exe
. auto-py-to-exe
. board_calibration.py
. diagnostic.py
. main.py
. berserk
to --copy-metadata
. --hidden-import
:
pyttsx3.drivers
pyttsx3.drivers.dummy
pyttsx3.drivers.espeak
pyttsx3.drivers.nsss
pyttsx3.drivers.sapi5
gui.py
. gui.py
to run Windows executables when the user clicks Start Game, Board Calibration, or Diagnostic. Below is the explanation for Diagnostic (the others are similar):
windows.zip
Filewindows
. .zip
file.
I'd be glad to help you get CI building a Windows installer for this project.