GUI development

This commit is contained in:
BarsTiger
2022-01-27 20:40:23 +02:00
parent 4b3079733b
commit a2f6a34506
6 changed files with 17 additions and 15 deletions

4
build-gui.bat Normal file
View File

@@ -0,0 +1,4 @@
pip install -r requirements.txt
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsygui.py"
rmdir /s /q __pycache__
del horsygui.spec