安装pyinstaller 在控制台输入就行

1
pip install pyinstaller

OnuaU.png

python程序打包pyinstaller

然后再在控制台输入Pyinstaller -F -w 文件名.py

注意:环境得是Anaconda : 3.6.0

ORN9y.png

此时会生成build和dist ,dist里面会有一个exe文件 点击就可以运行

OR0TP.png

ORFGU.png

参考文档 [Python教程]保姆版教使用Pyinstaller 打包python成exe文件_王同学在这的博客-CSDN博客_pycharm打包多个py](https://blog.csdn.net/flyskymood/article/details/123668136))