Q:

pyinstaller

pip install pyinstaller
1
pyinstaller --onefile --windowed --icon=<project-logo>.ico --add-data "<folder>;<folder>" <filename.py>
3
1. pip install pyinstaller

2. cd to your file directory in the commandline

3. pyinstaller yourprogram.py
1

New to Communities?

Join the community