PyQt-Material-Widgets


NamePyQt-Material-Widgets JSON
Version 0.9.10 PyPI version JSON
download
home_pagehttps://github.com/zhiyiYo/QMaterialWidgets/tree/master
SummaryA material design widgets library based on PyQt5
upload_time2023-08-31 10:29:59
maintainer
docs_urlNone
authorzhiyiYo
requires_python
licenseGPLv3
keywords pyqt5 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">
  PyQt-Material-Widgets
</h1>
<p align="center">
  A material design widgets library based on PyQt5
</p>

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

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


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

## Work with QtDesigner
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.


## 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
PyQt-Material-Widgets is licensed under [GPLv3](./LICENSE).

Copyright © 2023 by zhiyiYo.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zhiyiYo/QMaterialWidgets/tree/master",
    "name": "PyQt-Material-Widgets",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pyqt5 material widgets",
    "author": "zhiyiYo",
    "author_email": "shokokawaii@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/4c/5e/173e141caaaf211ed59d401756ffff4f29e6b209bd05d131202d26ebb22e/PyQt-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  PyQt-Material-Widgets\n</h1>\n<p align=\"center\">\n  A material design widgets library based on PyQt5\n</p>\n\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/PyQt-Material-Widgets\" target=\"_blank\">\n    <img src=\"https://img.shields.io/pypi/v/pyqt-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/pyqt-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 PyQt-Material-Widgets -i https://pypi.org/simple/\n```\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 PyQt-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 PyQt-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 PyQt-Material-Widgets are capable of \ud83c\udf89\n\n## Work with QtDesigner\nYou 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.\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\nPyQt-Material-Widgets is licensed under [GPLv3](./LICENSE).\n\nCopyright \u00a9 2023 by zhiyiYo.\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "A material design widgets library based on PyQt5",
    "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/master",
        "Source Code": "https://github.com/zhiyiYo/QMaterialWidgets/tree/master"
    },
    "split_keywords": [
        "pyqt5",
        "material",
        "widgets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "741ba05c7b6647a3260d32c19e0d2795cf54acb8afc34c30758f2f09f914dc9a",
                "md5": "cf3f48c40484679246597f85ca65347f",
                "sha256": "452de9f22415b50f904db684bcfa915809da2a155351e9e1ded33d5678c3c0a3"
            },
            "downloads": -1,
            "filename": "PyQt_Material_Widgets-0.9.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cf3f48c40484679246597f85ca65347f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1204917,
            "upload_time": "2023-08-31T10:29:57",
            "upload_time_iso_8601": "2023-08-31T10:29:57.089619Z",
            "url": "https://files.pythonhosted.org/packages/74/1b/a05c7b6647a3260d32c19e0d2795cf54acb8afc34c30758f2f09f914dc9a/PyQt_Material_Widgets-0.9.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c5e173e141caaaf211ed59d401756ffff4f29e6b209bd05d131202d26ebb22e",
                "md5": "616cfda14b06d0bf3124a504ff97d54e",
                "sha256": "b7b2271d8f1c8fd7aff6c53e2b831016eda85d0822da5a71032a60729f2bc5fe"
            },
            "downloads": -1,
            "filename": "PyQt-Material-Widgets-0.9.10.tar.gz",
            "has_sig": false,
            "md5_digest": "616cfda14b06d0bf3124a504ff97d54e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1092417,
            "upload_time": "2023-08-31T10:29:59",
            "upload_time_iso_8601": "2023-08-31T10:29:59.842724Z",
            "url": "https://files.pythonhosted.org/packages/4c/5e/173e141caaaf211ed59d401756ffff4f29e6b209bd05d131202d26ebb22e/PyQt-Material-Widgets-0.9.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-31 10:29:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zhiyiYo",
    "github_project": "QMaterialWidgets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pyqt-material-widgets"
}
        
Elapsed time: 0.10916s