python
pycharm
Python pip 安装与使用
python pip
pip install pyqt5
pip install pyqt5_tools
qtdesigner就在python目录下:.Python36Libsite-packagespyqt5-tools。
pyqt5_tools需要在 pycharm settings Tools External Tools
Pycharm安装PyQt5和pyqt5-tools从而使用Qt Designer
https://blog.csdn.net/Cc_Sonia/article/details/83625298
PyCharm安装配置Qt Designer+PyUIC教程
https://blog.csdn.net/Dreamhai/article/details/82701063
PyQt5安装及ModuleNotFoundError: No module named 'PyQt5'问题解决
https://blog.csdn.net/qq_33485434/article/details/80606359
pip install installer
安装Pyinstaller
刚才好像少了一个Py
python3.7 打包成exe的一种方法 pyinstaller
https://blog.csdn.net/louniuous/article/details/82960164
pip install pyinstaller
pyinstaller -F -w inst.py
最后pyinstaller 打包的时候 还是有一些dll没有打包进去,暂时就先到这里了。