0
点赞
收藏
分享

微信扫一扫

【Python】软件打包exe指令

ITWYY 2022-01-10 阅读 39
python

软件.py打包.exe指令

pyinstaller -F -w -i img.ico main.py(-i img.ico 为图标设置 可以删除)

举报

相关推荐

0 条评论