Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Pyinstaller

"""
You use: pip install pyinstaller
to install Pyinstaller

Then use pyinstaller --onefile YourFileName.py to convert EXE

"""
Source by www.pyinstaller.org #
 
PREVIOUS NEXT
Tagged: #Pyinstaller
ADD COMMENT
Topic
Name
3+7 =