<p align="center">
<img width="18%" align="center" src="https://raw.githubusercontent.com/zhiyiYo/QMaterialWidgets/master/docs/source/_static/logo.png" alt="logo">
</p>
<h1 align="center">
PySide2-Material-Widgets
</h1>
<p align="center">
A material design widgets library based on PySide2
</p>
<p align="center">
<a href="https://pypi.org/project/PySide2-Material-Widgets" target="_blank">
<img src="https://img.shields.io/pypi/v/pySide2-material-widgets?color=%2334D058&label=Version" alt="Version">
</a>
<a style="text-decoration:none">
<img src="https://static.pepy.tech/personalized-badge/PySide2-material-widgets?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads" alt="Download"/>
</a>
<a style="text-decoration:none">
<img src="https://img.shields.io/badge/License-GPLv3-blue?color=#4ec820" alt="GPLv3"/>
</a>
<a style="text-decoration:none">
<img src="https://img.shields.io/badge/Platform-Win32%20|%20Linux%20|%20macOS-blue?color=#4ec820" alt="Platform Win32 | Linux | macOS"/>
</a>
</p>
<p align="center">
English | <a href="./docs/README_zh.md">简体中文</a>
</p>
![Interface](https://raw.githubusercontent.com/zhiyiYo/QMaterialWidgets/master/docs/source/_static/Interface.jpg)
## Install
To install using pip:
```shell
pip install PySide2-Material-Widgets -i https://pypi.org/simple/
```
> **Warning**
> Don't install PySide2-Material-Widgets and PySide6-Material-Widgets at the same time, because their package names are all `qmaterialwidgets`.
## Run Example
After installing PySide2-Material-Widgets package using pip, you can run the demo in examples directory, for example:
```python
cd examples/gallery
python demo.py
```
## Documentation
Want to know more about PySide2-Material-Widgets? Please read the [help document](https://qmaterialwidgets.vercel.app/) 👈
## Video Demonstration
Check out this [▶ example video](https://www.bilibili.com/video/BV1k14y1z74o) that shows off what PySide2-Material-Widgets are capable of 🎉
## Work with QtDesigner
PySide2 doesn't support QtDesigner plugin, but you can use `Promote to` like [Tutorial Video](https://www.bilibili.com/video/BV1na4y1V7jH) does.
## Support
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 [爱发电](https://afdian.net/a/zhiyiYo) or [ko-fi](https://ko-fi.com/zhiyiYo). Your support is highly appreciated 🥰
## Reference
* [**Figma/Material 3 Design Kit**: Provides an introduction to the material design system](https://www.figma.com/community/file/1035203688168086460/Material-3-Design-Kit)
* [**Google/Material Design**: A website demonstrates the controls available in Material Design 3 System](https://m3.material.io/get-started)
## License
PySide2-Material-Widgets adopts dual licenses. Non-commercial usage is licensed under [GPLv3](./LICENSE). For commercial purposes, please purchase on [爱发电](https://afdian.net/a/zhiyiYo?tab=shop) to support the development of this project.
Copyright © 2021 by zhiyiYo.
Raw data
{
"_id": null,
"home_page": "https://github.com/zhiyiYo/QMaterialWidgets/tree/PySide2",
"name": "PySide2-Material-Widgets",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "pyside2 material widgets",
"author": "zhiyiYo",
"author_email": "shokokawaii@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/72/db/ecc762f93c3255c9a7c5c2632aa04f4a42d83f4c6455a81f9b6f8f39889d/PySide2-Material-Widgets-0.9.10.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <img width=\"18%\" align=\"center\" src=\"https://raw.githubusercontent.com/zhiyiYo/QMaterialWidgets/master/docs/source/_static/logo.png\" alt=\"logo\">\n</p>\n <h1 align=\"center\">\n PySide2-Material-Widgets\n</h1>\n<p align=\"center\">\n A material design widgets library based on PySide2\n</p>\n\n<p align=\"center\">\n <a href=\"https://pypi.org/project/PySide2-Material-Widgets\" target=\"_blank\">\n <img src=\"https://img.shields.io/pypi/v/pySide2-material-widgets?color=%2334D058&label=Version\" alt=\"Version\">\n </a>\n\n <a style=\"text-decoration:none\">\n <img src=\"https://static.pepy.tech/personalized-badge/PySide2-material-widgets?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads\" alt=\"Download\"/>\n </a>\n\n <a style=\"text-decoration:none\">\n <img src=\"https://img.shields.io/badge/License-GPLv3-blue?color=#4ec820\" alt=\"GPLv3\"/>\n </a>\n\n <a style=\"text-decoration:none\">\n <img src=\"https://img.shields.io/badge/Platform-Win32%20|%20Linux%20|%20macOS-blue?color=#4ec820\" alt=\"Platform Win32 | Linux | macOS\"/>\n </a>\n</p>\n\n<p align=\"center\">\nEnglish | <a href=\"./docs/README_zh.md\">\u7b80\u4f53\u4e2d\u6587</a>\n</p>\n\n![Interface](https://raw.githubusercontent.com/zhiyiYo/QMaterialWidgets/master/docs/source/_static/Interface.jpg)\n\n## Install\nTo install using pip:\n```shell\npip install PySide2-Material-Widgets -i https://pypi.org/simple/\n```\n\n> **Warning**\n> Don't install PySide2-Material-Widgets and PySide6-Material-Widgets at the same time, because their package names are all `qmaterialwidgets`.\n\n\n## Run Example\nAfter installing PySide2-Material-Widgets package using pip, you can run the demo in examples directory, for example:\n```python\ncd examples/gallery\npython demo.py\n```\n\n## Documentation\nWant to know more about PySide2-Material-Widgets? Please read the [help document](https://qmaterialwidgets.vercel.app/) \ud83d\udc48\n\n## Video Demonstration\nCheck out this [\u25b6 example video](https://www.bilibili.com/video/BV1k14y1z74o) that shows off what PySide2-Material-Widgets are capable of \ud83c\udf89\n\n## Work with QtDesigner\nPySide2 doesn't support QtDesigner plugin, but you can use `Promote to` like [Tutorial Video](https://www.bilibili.com/video/BV1na4y1V7jH) does.\n\n\n## Support\nIf this project helps you a lot and you want to support the development and maintenance of this project, feel free to sponsor me via [\u7231\u53d1\u7535](https://afdian.net/a/zhiyiYo) or [ko-fi](https://ko-fi.com/zhiyiYo). Your support is highly appreciated \ud83e\udd70\n\n## Reference\n* [**Figma/Material 3 Design Kit**: Provides an introduction to the material design system](https://www.figma.com/community/file/1035203688168086460/Material-3-Design-Kit)\n* [**Google/Material Design**: A website demonstrates the controls available in Material Design 3 System](https://m3.material.io/get-started)\n\n\n## License\nPySide2-Material-Widgets adopts dual licenses. Non-commercial usage is licensed under [GPLv3](./LICENSE). For commercial purposes, please purchase on [\u7231\u53d1\u7535](https://afdian.net/a/zhiyiYo?tab=shop) to support the development of this project.\n\nCopyright \u00a9 2021 by zhiyiYo.\n\n\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "A material design widgets library based on PySide2",
"version": "0.9.10",
"project_urls": {
"Bug Tracker": "https://github.com/zhiyiYo/QMaterialWidgets/issues",
"Documentation": "https://qmaterialwidgets.readthedocs.io/",
"Homepage": "https://github.com/zhiyiYo/QMaterialWidgets/tree/PySide2",
"Source Code": "https://github.com/zhiyiYo/QMaterialWidgets/tree/PySide2"
},
"split_keywords": [
"pyside2",
"material",
"widgets"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b4f2cf809b1b8f8f010e7d10b5e2c80d8268c6450199bb5ec61bd7db849e4163",
"md5": "db2ab86fccaa06cdca7a40c2c0192165",
"sha256": "0448cb9337e46d19a7a259e678b50e213df65b55ccb604f7521aca7b36d223cd"
},
"downloads": -1,
"filename": "PySide2_Material_Widgets-0.9.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "db2ab86fccaa06cdca7a40c2c0192165",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 1031883,
"upload_time": "2023-08-31T12:22:50",
"upload_time_iso_8601": "2023-08-31T12:22:50.457436Z",
"url": "https://files.pythonhosted.org/packages/b4/f2/cf809b1b8f8f010e7d10b5e2c80d8268c6450199bb5ec61bd7db849e4163/PySide2_Material_Widgets-0.9.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "72dbecc762f93c3255c9a7c5c2632aa04f4a42d83f4c6455a81f9b6f8f39889d",
"md5": "24ab697b732241cc15d748e885180c31",
"sha256": "d2fff5289b26c083d95b2719e105b5cb9b749d07385cc28d1ffe7d88eb0027be"
},
"downloads": -1,
"filename": "PySide2-Material-Widgets-0.9.10.tar.gz",
"has_sig": false,
"md5_digest": "24ab697b732241cc15d748e885180c31",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 960103,
"upload_time": "2023-08-31T12:22:53",
"upload_time_iso_8601": "2023-08-31T12:22:53.070839Z",
"url": "https://files.pythonhosted.org/packages/72/db/ecc762f93c3255c9a7c5c2632aa04f4a42d83f4c6455a81f9b6f8f39889d/PySide2-Material-Widgets-0.9.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-31 12:22:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zhiyiYo",
"github_project": "QMaterialWidgets",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "pyside2-material-widgets"
}