python 脚本编译成可执行二进制(exe)
摘要:
本文python3,pyinstaller也支持py2 cmd下载模块pyinstaller 首先: pip install pyinstaller 其次: cmd下进入需要编译的xxx.py文件目录下 cd C:/photo pyinstaller -F xxx.py 可执行程序就在dist文件夹 阅读全文
posted @ 2019-10-20 23:02 流若浅 阅读(3119) 评论(0) 推荐(0) 编辑