打包exe等各平台版本 https://github.com/pyinstaller/pyinstaller

天问 6867a59c60 Update 'README.md' 5 months ago
README.md 6867a59c60 Update 'README.md' 5 months ago

README.md

pyinstaller

打包exe等各平台版本,适合GUI应用,不是跨平台编译,需要在win打包exe

Usage

开发依赖

pip install pyinstaller
# -F 单个程序, -D 打包成文件夹 -i 指定图标i, -n 指定名字, -w 禁止命令行
pyinstaller  -F -c  --name xx  main.py