Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 382 Bytes

Download .exe

no console: (runs in background):

https://github.com/Persie0/SQM-HTLHL-API/raw/master/dist/app.exe

create .exe

pip install pyinstaller

without console Windows

pyinstaller -w -F --add-data "templates;templates" --add-data "static;static" app.py

Linux (NOT TESTED):

pyinstaller -w -F --add-data "templates:templates" --add-data "static:static" app.py