pyinstaller打包没有控制台的exe
加入参数--nowindowed,
例如pyinstaller --onefile --nowindowed --icon="D:\Queena\PyCharmProjects\dist1\computer_three.ico" guess_exe.py
参考
https://blog.csdn.net/xc_zhou/article/details/80952022
加入参数--nowindowed,
例如pyinstaller --onefile --nowindowed --icon="D:\Queena\PyCharmProjects\dist1\computer_three.ico" guess_exe.py
参考
https://blog.csdn.net/xc_zhou/article/details/80952022