赞
踩
PyInstaller
可以将 python script 打包成可执行文件。
pip install pyinstaller
pyinstaller
文档 : https://pyinstaller.readthedocs.io/en/stable/usage.html
打包成单个文件
pyinstaller -F test.py
关闭upx即可
pyinstaller -F --noupx test.py
upx下载
: https://github.com/upx/upx/releases ,将upx.exe添加到环境变量<
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。