python 代码如何打包成.exe文件(Pyinstaller)
前言
python写的代码如何打包成.exe可执行程序,让别人电脑没安装过python的小伙伴也可以直接运行?
本篇讲如何用PyInstaller库一步步打包python代码;
PyInstaller环境准备
我的电脑环境:
1.系统win7 64
2.python3.7.0
PyInstaller 环境需依赖pywin32包,先安装pywin32,下面是pip安装
pip install pywin32 --index-url https://pypi.douban.com/simple