python 代码如何打包成.exe文件(Pyinstaller)


	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
hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » python 代码如何打包成.exe文件(Pyinstaller)