python 打包成exe文件

安装:

pip install pyinstaller

 

打包:

pyinstaller -F -w upload_task.py

 

 

参考:https://www.cnblogs.com/mufenglin/p/7479281.html

https://www.crifan.com/use_pyinstaller_to_package_python_to_single_executable_exe/

 

https://blog.csdn.net/qq_33302076/article/details/88725726

posted @ 2019-07-22 23:11  RoyFans  阅读(194)  评论(0编辑  收藏  举报