Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pyinstaller command

pip install pyinstaller

pyinstaller <file name>.py
pyinstaller --onefile <file name>.py
pyinstaller --onefile --noconsole <file name>.py
 
PREVIOUS NEXT
Tagged: #pyinstaller #command
ADD COMMENT
Topic
Name
1+3 =