pyinstaller打包py文件为exe方法

安装
pip3 install pyinstaller
更改exe文件的图标
pyinstaller -F --icon=1234.ico run.py
打包成exe文件夹
pyinstaller run.py
打包成一个exe文件
pyinstaller -F run.py 

 

 

 

 

 

 

 

posted @ 2020-12-26 12:38  anobscureretreat  阅读(70)  评论(0编辑  收藏  举报