Python 打包成exe 方式

1. 下载第三方模块

pip3 install pyinstaller

2. 生成方式

pyinstaller -F -i 1.ico hello.py
posted @ 2020-09-12 13:12  Tony小哥  阅读(116)  评论(0)    收藏  举报