Python 打包成exe 方式

1. 下载第三方模块

pip3 install pyinstaller

2. 生成方式

pyinstaller -F -i 1.ico hello.py
不停的思考,就会不停的进步
原文地址:https://www.cnblogs.com/zhenqk/p/13656679.html