PySide6-Material-Widgets


NamePySide6-Material-Widgets JSON
Version 0.9.10 PyPI version JSON
download
home_pagehttps://github.com/zhiyiYo/QMaterialWidgets/tree/PySide6
SummaryA material design widgets library based on PySide6
upload_time2023-08-31 12:12:57
maintainer
docs_urlNone
authorzhiyiYo
requires_python
licenseGPLv3
keywords pyside6 material widgets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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">
  PySide6-Material-Widgets
</h1>
<p align="center">
  A material design widgets library based on PySide6
</p>

<p align="center">
  <a href="https://pypi.org/project/PySide6-Material-Widgets" target="_blank">
    <img src="https://img.shields.io/pypi/v/pyside6-material-widgets?color=%2334D058&label=Version" alt="Version">
  </a>

  <a style="text-decoration:none">
    <img src="https://static.pepy.tech/personalized-badge/pyside6-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 PySide6-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`.


## Run Example
After installing PySide6-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 PySide6-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 PySide6-Material-Widgets are capable of 🎉

## Work with QtDesigner
You can use PySide6-Material-Widgets in QtDesigner directly by running `python ./tools/designer.py`. If the operation is successful, you should be able to see the PySide6-Material-Widgets in the sidebar of QtDesigner.


## 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
PySide6-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 © 2023 by zhiyiYo.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zhiyiYo/QMaterialWidgets/tree/PySide6",
    "name": "PySide6-Material-Widgets",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pyside6 material widgets",
    "author": "zhiyiYo",
    "author_email": "shokokawaii@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/81/ba/7a7b92a3b904e927903d9f55924264d2263efa37028dc9ed004d8f757296/PySide6-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  PySide6-Material-Widgets\n</h1>\n<p align=\"center\">\n  A material design widgets library based on PySide6\n</p>\n\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/PySide6-Material-Widgets\" target=\"_blank\">\n    <img src=\"https://img.shields.io/pypi/v/pyside6-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/pyside6-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 PySide6-Material-Widgets -i https://pypi.org/simple/\n```\n\n> **Warning**\n> 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`.\n\n\n## Run Example\nAfter installing PySide6-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 PySide6-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 PySide6-Material-Widgets are capable of \ud83c\udf89\n\n## Work with QtDesigner\nYou can use PySide6-Material-Widgets in QtDesigner directly by running `python ./tools/designer.py`. If the operation is successful, you should be able to see the PySide6-Material-Widgets in the sidebar of QtDesigner.\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\nPySide6-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 2023 by zhiyiYo.\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "A material design widgets library based on PySide6",
    "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/PySide6",
        "Source Code": "https://github.com/zhiyiYo/QMaterialWidgets/tree/PySide6"
    },
    "split_keywords": [
        "pyside6",
        "material",
        "widgets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e048954a3224c66132e21a1c5efb3cdb98c8d9e867c1c7f41857d87eb1f29c9",
                "md5": "c810e463df94761008fb649f1a05a091",
                "sha256": "42a681305b2aa8380172646b52f13525ec257df5800c6e09a82c8bde6373aac5"
            },
            "downloads": -1,
            "filename": "PySide6_Material_Widgets-0.9.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c810e463df94761008fb649f1a05a091",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1031900,
            "upload_time": "2023-08-31T12:12:53",
            "upload_time_iso_8601": "2023-08-31T12:12:53.611619Z",
            "url": "https://files.pythonhosted.org/packages/1e/04/8954a3224c66132e21a1c5efb3cdb98c8d9e867c1c7f41857d87eb1f29c9/PySide6_Material_Widgets-0.9.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81ba7a7b92a3b904e927903d9f55924264d2263efa37028dc9ed004d8f757296",
                "md5": "58c76ac3e0a1d122eaeaed4a95e21c44",
                "sha256": "fc56cebcdc783186e82f27c8388b592f5d2ad46db79af90656203794a6c011c7"
            },
            "downloads": -1,
            "filename": "PySide6-Material-Widgets-0.9.10.tar.gz",
            "has_sig": false,
            "md5_digest": "58c76ac3e0a1d122eaeaed4a95e21c44",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 960143,
            "upload_time": "2023-08-31T12:12:57",
            "upload_time_iso_8601": "2023-08-31T12:12:57.454584Z",
            "url": "https://files.pythonhosted.org/packages/81/ba/7a7b92a3b904e927903d9f55924264d2263efa37028dc9ed004d8f757296/PySide6-Material-Widgets-0.9.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-31 12:12:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zhiyiYo",
    "github_project": "QMaterialWidgets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pyside6-material-widgets"
}
        
Elapsed time: 0.10885s