pyQt5 demo project
https://www.w3ccoo.com/pyqt5/pyqt5_useful_resources.html
https://zhuanlan.zhihu.com/p/457972006
https://lbs.amap.com/api/webservice/guide/api/weatherinfo/#t1
pyinstaller.exe -F -w -i .\favicon.ico .\Weather.py .\Weather_ui.py
版本不兼容问题,果断重新安装,问题解决。
pip uninstall PyInstaller pip install PyInstaller 报错参考: https://www.cnblogs.com/pmh905001/p/17699748.html