Python程序打包为exe文件

pyinstaller的安装

pip3 install pyinstaller

打包exe

  1. cmd命令:cd /d e:\software,跳转到e:\software文件路径
  2. pyinstaller-F setup.py,将setup.py打包为setup.exe

Python程序打包为exe文件
http://yimumu.top/2023/08/18/python程序打包为exe文件/
作者
易公子
发布于
2023年8月18日
更新于
2023年9月1日
许可协议