Added configurator GUI

This commit is contained in:
Pax1601
2023-11-21 14:34:51 +01:00
parent 806d0cc52f
commit 6aea839e04
23 changed files with 8068 additions and 4843 deletions

View File

@@ -0,0 +1,5 @@
python -m venv venv
call ./venv/Scripts/activate
pip install pyinstaller
pip install PySimpleGUI
python -m PyInstaller configurator.py --onefile --noconsole