Skip to the content.

P2

P2 Create Task

About

Py Deployment

Command Prompt:

pip3 install pyinstaller
cd [directory]
pyinstaller [.py] --onefile --noconsole --icon=[.ico]
# pyinstaller main.py --onefile --noconsole --icon=img/icon.ico