当前位置: 首页 > news >正文

【Python】cx_Freeze模块_打包exe

创建setUp.py

from cx_Freeze import setup, Executablesetup(name = "AppName",version = "0.1",description = "Your application description",executables = [Executable("main.py")])

使用一下命令打包

python setup.py build

image
image

http://www.jsqmd.com/news/8/

相关文章:

  • ctfshow web22(子域名爆破)
  • PLC中的运动控制 - (一)轴
  • ctfshow web23(代码审计编写脚本爆破)