PyInstaller 下载地址

链接:https://pan.baidu.com/s/1yxJxIptxFuy8Ot3aAi0mHw 密码:jljl

下载后将项目文件放在PyInstaller文件夹下

运行:

pyinstaller yourprogram.py

如:

python程序打包成exe --Pyinstaller

python程序打包成exe --Pyinstaller

PyInstaller Quickstart

Install PyInstaller from PyPI:

pip install pyinstaller

Go to your program’s directory and run:

pyinstaller yourprogram.py

This will generate the bundle in a subdirectory called dist.

For a more detailed walkthrough, see the manual.


参考文章:关于python打包成exe的一点经验之谈 - ChenJian

                 将自己的python程序打包成exe - 哈士奇说喵
                 [Python] 项目打包:5步将py文件打包exe文件 - ccccshq

相关文章:

  • 2021-10-26
  • 2021-06-10
  • 2021-05-24
  • 2021-06-07
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
猜你喜欢
  • 2021-11-20
  • 2021-04-11
  • 2022-12-23
  • 2021-12-29
  • 2021-12-07
  • 2021-05-28
  • 2021-07-29
相关资源
相似解决方案