安装pyinstaller
方法一:使用pip install pyinstaller
方法二:如果是下载github上的包之后手动安装
包下载
亲测可用:
备用地址不:
程序打包
进入自己程序所在目录 使用命令
pyinstaller -F Tkint.py
生成完成
本文共 135 字,大约阅读时间需要 1 分钟。
pip install pyinstaller
亲测可用:
备用地址不:
pyinstaller -F Tkint.py
转载地址:http://jzbeo.baihongyu.com/