1.使用这个代码文件HelloTK.py:
HelloTK.py文件代码:https://blog.csdn.net/weixin_44943394/article/details/103770463
2.PyInstaller官网
https://pypi.org/project/PyInstaller/
http://www.pyinstaller.org/funding.html
3.下载:
pip install pyinstaller
4.使用:
pyinstaller HelloTK.py
完成后,输出两个文件,build是中间文件,dist是输出文件;