pyuic5 mainwindow.ui -o test.py
pip install pyinstaller
pyinstaller -F -w ***.py
https://blog.csdn.net/wangmingfan123/article/details/78046893
https://www.jianshu.com/p/c99577b9c901 :pyinstaller打包多个.py文件
pyuic5 mainwindow.ui -o test.py
pip install pyinstaller
pyinstaller -F -w ***.py
https://blog.csdn.net/wangmingfan123/article/details/78046893
https://www.jianshu.com/p/c99577b9c901 :pyinstaller打包多个.py文件