摘要: 安装pyinstaller 专门打包python文件的:cmd中安装pip3 install pyinstaller 开始打包 需要一个图标文件(ico)和要打包的py文件:需要注意的是,生产的main.exe文件要通过everthing查找pyinstaller -F -w -i D:\proje 阅读全文
posted @ 2022-05-30 13:42 阿根的园子 阅读(87) 评论(0) 推荐(0)