摘要: pyinstaller使用记录 需求 为了在没有 python 环境的电脑上运行 python 脚本,使用 pyinstaller 打包脚本为 exe 打包命令 pyinstaller -F .\main.py -n test -F 打包为一个 exe 文件 -n 打包后文件夹名称 打包静态文件 有 阅读全文
posted @ 2021-09-05 20:03 守望人间 阅读(80) 评论(0) 推荐(0)