pyinstaller把Python打包成exe去掉黑窗doc窗口问题

pyinstaller -F tools2.py --noconsole

或者
pyinstaller -F -w example.py

直接打包:

pyinstaller -F -w example.py

猜你喜欢

转载自blog.csdn.net/ieeso/article/details/83384078