Python打包exe 一. 安装pyinstaller 进入Scripts目录pip install pyinstaller 二. 打包 进入代码目录testpyinstaller -F test_01.py 3.dist目录下生成exe文件