安装pyinstaller
1.安装
conda install pyinstaller
2.使用
pyinstaller -F XXX.py
不要控制台
pyinstaller -F XXX.py --noconsole