美文网首页
python文件打包成exe

python文件打包成exe

作者: sorry510 | 来源:发表于2019-12-08 18:39 被阅读0次

    pyinstaller
    安装

    pip install pyinstaller
    

    打包

    pyinstaller yourprogram.py#打包为一个文件夹
    
    pyinstaller  -F yourprogram.py#打包为一个exe文件
    

    相关文章

      网友评论

          本文标题:python文件打包成exe

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