美文网首页
Linux,Windows打包python3为可执行文件

Linux,Windows打包python3为可执行文件

作者: laotoutou | 来源:发表于2018-09-03 04:23 被阅读53次

    强烈推荐打包工具cx_Freeze

    pip安装:

    pip3 install cx_Freeze
    

    使用方法(Linux):

    cx_Freeze test.py
    

    这里test.py为要打包的python文件

    windows使用方法:
    https://blog.csdn.net/qq_37193537/article/details/81135178

    相关文章

      网友评论

          本文标题:Linux,Windows打包python3为可执行文件

          本文链接:https://www.haomeiwen.com/subject/avgvwftx.html