Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pyinstaller

# the exe is in the dist folder
pyinstaller file.py  # Basic programs 
pyinstaller --noconsole file.py  # GUI programs
pyinstaller --noconsole --onefile file.py  # GUI programs with just one file
Source by www.pyinstaller.org #
 
PREVIOUS NEXT
Tagged: #pyinstaller
ADD COMMENT
Topic
Name
9+8 =