1、pyinstaller
安装 :pip install pyinstaller
执行:pyinstaller -F -w --icon=logo.ico xx.py
打包后的文件 在 dist 下面
参数:
参考:
步骤:https://blog.csdn.net/sojojoso/article/details/104635127
参数:https://blog.csdn.net/weixin_39000819/article/details/80942423