UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.22k stars 240 forks source link

[share] Does anyone know of any other great projects based on pyside or pyqt? #72

Open m986883511 opened 1 year ago

m986883511 commented 1 year ago

Don't recommend the introductory materials, I hope the project code is a little more complex, I want to learn how to design the architecture.

unique021203 commented 1 year ago

First of all, I have a vague definition of "great" here. In my opinion, the main advantages of pyqt/pyside are its rich controls and good cross platform experience. Personally, I think pyqt is slightly lacking in the aesthetics of the interface, and qt-material is just to help us solve this problem. If you want to learn some large projects of QT, but not limited to pyqt/pyside, you can read this Some high score Qt open source projects on Github.