pyinstaller打包exe和添加依赖文件(转载)
https://www.qb5200.com/article/474662.html
https://blog.csdn.net/shewei1977/article/details/123624133
https://blog.51cto.com/u_15800928/6952248
安装
pip install pyinstaller
打包
pyinstaller -F downfile.py
https://www.qb5200.com/article/474662.html
https://blog.csdn.net/shewei1977/article/details/123624133
https://blog.51cto.com/u_15800928/6952248
安装
pip install pyinstaller
打包
pyinstaller -F downfile.py