A material design widgets library based on PyQt5
English | 简体中文
To install using pip:
pip install PyQt-Material-Widgets -i https://pypi.org/simple/
Warning Don't install PyQt-Material-Widgets, PyQt6-Material-Widgets, PySide6-Material-Widgets and PySide2-Material-Widgets at the same time, because their package names are all
qmaterialwidgets
.
After installing PyQt-Material-Widgets package using pip, you can run the demo in examples directory, for example:
cd examples/gallery
python demo.py
Want to know more about PyQt-Material-Widgets? Please read the help document 👈
Check out this ▶ example video that shows off what PyQt-Material-Widgets are capable of 🎉
You can use PyQt-Material-Widgets in QtDesigner directly by running python ./tools/designer.py
. If the operation is successful, you should be able to see the PyQt-Material-Widgets in the sidebar of QtDesigner.
If this project helps you a lot and you want to support the development and maintenance of this project, feel free to sponsor me via 爱发电 or ko-fi. Your support is highly appreciated 🥰
- Figma/Material 3 Design Kit: Provides an introduction to the material design system
- Google/Material Design: A website demonstrates the controls available in Material Design 3 System
PyQt-Material-Widgets is licensed under GPLv3.
Copyright © 2023 by zhiyiYo.