pyinstaller 打包工具的使用方法
pyinstaller的安装

下载后可以输入pip list查看是否安装成功

然后切换到项目的根目录输入 pyinstaller -i favicon.ico -w -c game.py -p Question.
参考
https://blog.csdn.net/weixin_44510615/article/details/88880898

下载后可以输入pip list查看是否安装成功

然后切换到项目的根目录输入 pyinstaller -i favicon.ico -w -c game.py -p Question.
参考
https://blog.csdn.net/weixin_44510615/article/details/88880898