摘要: 使用pyinstaller可以将你的.py文件直接转换成.exe格式,在没有部署python环境的windows机器上直接运行你的程序!! 1. 在命令行用pip安装 pyinstaller包 pip install pyinstaller 2.下载安装pyinstaler运行时所需要的window 阅读全文
posted @ 2020-04-18 23:39 justjust 阅读(142) 评论(0) 推荐(0)