Initial commit

This commit is contained in:
2023-11-25 20:51:15 +01:00
commit 362e071bb1
3 changed files with 189 additions and 0 deletions

6
CreateExe.bat Normal file
View File

@ -0,0 +1,6 @@
pyinstaller --noconfirm ^
--onefile ^
--console ^
--icon "NONE" ^
--name "WinziPrint" ^
src/winziprint.py