Python程序打包为exe文件
pyinstaller的安装
pip3 install pyinstaller
打包exe
- cmd命令:
cd /d e:\software
,跳转到e:\software文件路径 pyinstaller-F setup.py
,将setup.py打包为setup.exe
Python程序打包为exe文件
http://yimumu.top/2023/08/18/python程序打包为exe文件/
pip3 install pyinstaller
cd /d e:\software
,跳转到e:\software文件路径pyinstaller-F setup.py
,将setup.py打包为setup.exe