摘要: 1、安装pyinstaller pip install pyinstaller 2、编译 pyinstaller -F -w game.py (-F表示打包单个文件,-w是为了打开exe时候不弹出黑框) 3、设置exe的图标 pyinstaller -F -w -i favicon.ico ***. 阅读全文
posted @ 2020-12-31 09:39 quanzhan 阅读(348) 评论(0) 推荐(0) 编辑