Py Installer

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

pyinstaller app.

py
pyinstaller -F app.py
pyinstaller -w app.py (If you have a graphical programme)
pyinstaller -i "icondirecrtory" app.py

You might also like