2.安装PyQt5 pip install PyQt5 -i https://pypi.douban.com/simple 3.安装QT工具包 pip install PyQt5-tools -i http://pypi.douban.com/simple --trusted-host=pypi ...
A Music player application in Python using PySide6 and other QT tools. I used to prefer Tkinter earlier but QT is my de facto choice of building desktop applications these days. This would just be ...