This commit is contained in:
Viktoria Polyakova
2025-03-29 17:13:06 +03:00
commit 409c60610a
11 changed files with 562 additions and 0 deletions

1
build.sh Executable file
View File

@@ -0,0 +1 @@
python -m PyInstaller --onefile -n "SignGenerator" --windowed --icon=ui/sign.ico main.py