为了账号安全,请及时绑定邮箱和手机立即绑定

从脚本中指定的代码生成可执行文件

从脚本中指定的代码生成可执行文件

幕布斯6054654 2023-05-23 14:44:44
是否可以从脚本中指定数量的代码创建可执行文件?例如:#some code up here to set some things updef oneFunction(param):    #does something here as welldef run():    varaible1 = input()    oneFunction(variable1)    #more code after thisif something == True:    #some code to create executable from the run functionelse:    #do something else
查看完整描述

1 回答

?
斯蒂芬大帝

TA贡献1827条经验 获得超8个赞

您可以使用 cx_freeze 从 py 文件创建可执行文件。

查看完整回答
反对 回复 2023-05-23
  • 1 回答
  • 0 关注
  • 80 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信