Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python to exe

pip install pyinstaller

cd FullPathOfFile in cmd console
pyinstaller --onefile pythonScriptName.py
# a .exe file is created in the FullPathOfFiledist
Source by nuitka.net #
 
PREVIOUS NEXT
Tagged: #python #exe
ADD COMMENT
Topic
Name
1+3 =