python打包去掉黑窗口

pyinstaller -F tools2.py --noconsole

或者
pyinstaller -F -w example.py

 

直接打包:

pyinstaller -F -w example.py

posted @ 2022-02-02 23:59  Reker0  阅读(245)  评论(0编辑  收藏  举报