python program packaged into exe file

pyinstaller -F XX.py to be included here, but the console window

 

Removing the need to add the dos window -w parameter when packing

  pyinstaller -F XX.py -w

Guess you like

Origin www.cnblogs.com/Alex0001/p/12399434.html