pip install pyinstaller
pyinstaller -F your.py
无控制台参数设置–noconsole
#然后它会告诉你your.exe在哪
#出错可以装这个包
pip install --upgrade cffi
#还错就装
pip install setuptools
#出现utf-8错误先输入
chcp 65001 再输入pyinstaller命令。
pip install pyinstaller
pyinstaller -F your.py
无控制台参数设置–noconsole
#然后它会告诉你your.exe在哪
#出错可以装这个包
pip install --upgrade cffi
#还错就装
pip install setuptools
#出现utf-8错误先输入
chcp 65001 再输入pyinstaller命令。