Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to make pyinstaller build python program not open command prompt

pyinstaller -w file.py
(The -w is short for -windowed or alternatively --noconsole)
 
PREVIOUS NEXT
Tagged: #pyinstaller #build #python #program #open #command #prompt
ADD COMMENT
Topic
Name
4+5 =