PySide2-Fluent-Widgets


NamePySide2-Fluent-Widgets JSON
Version 1.5.5 PyPI version JSON
download
home_pagehttps://qfluentwidgets.com
SummaryA fluent design widgets library based on PySide2
upload_time2024-04-13 06:55:34
maintainerNone
docs_urlNone
authorzhiyiYo
requires_pythonNone
licenseGPLv3
keywords pyside2 fluent widgets
VCS
bugtrack_url
requirements PyQt5 PyQt5-Frameless-Window darkdetect colorthief scipy pillow
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img width="18%" align="center" src="https://raw.githubusercontent.com/zhiyiYo/PyQt-Fluent-Widgets/master/docs/source/_static/logo.png" alt="logo">
</p>
  <h1 align="center">
  PySide2-Fluent-Widgets
</h1>
<p align="center">
  A fluent design widgets library based on PySide2
</p>

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

  <a style="text-decoration:none">
    <img src="https://static.pepy.tech/personalized-badge/pyside2-fluent-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/PyQt-Fluent-Widgets/master/docs/source/_static/Interface.jpg)


## Install
To install lite version (`AcrylicLabel` is not available):
```shell
pip install PySide2-Fluent-Widgets -i https://pypi.org/simple/
```
Or install full-featured version:
```shell
pip install "PySide2-Fluent-Widgets[full]" -i https://pypi.org/simple/
```


The [Pro version](https://qfluentwidgets.com/pages/pro) library contains more advance components. You can download `PyQt-Fluent-Widgets-Pro-Gallery.zip` from the [release page](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/releases) for preview purposes.

C++ QFluentWidgets require purchasing a license from the [official website](https://qfluentwidgets.com/price). You can also download the compiled demo `C++_QFluentWidgets.zip` from the [release page](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/releases).

> **Warning**
> Don't install PyQt-Fluent-Widgets, PyQt6-Fluent-Widgets, PySide2-Fluent-Widgets and PySide6-Fluent-Widgets at the same time, because their package names are all `qfluentwidgets`.


## Run Example
After installing PySide2-Fluent-Widgets package using pip, you can run any demo in the examples directory, for example:
```python
cd examples/gallery
python demo.py
```

If you encounter `ImportError: cannot import name 'XXX' from 'qfluentwidgets'`, it indicates that the package version you installed is too low. You can replace the mirror source with https://pypi.org/simple and reinstall again.

## Documentation
Want to know more about PySide2-Fluent-Widgets? Please read the [help document](https://qfluentwidgets.com) 👈


## License
PySide2-Fluent-Widgets adopts dual licenses. Non-commercial usage is licensed under [GPLv3](./LICENSE). For commercial purposes, please purchase [commercial license](https://qfluentwidgets.com/price) to support the development of this project.

Copyright © 2021 by zhiyiYo.


## Video Demonstration
Check out this [▶ example video](https://www.bilibili.com/video/BV12c411L73q) that shows off what PyQt-Fluent-Widgets are capable of 🎉


## 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 🥰

## See Also
Here are some projects based on PyQt-Fluent-Widgets:
* [**zhiyiYo/QMaterialWidgets**: A material design widgets library based on PySide](https://qmaterialwidgets.vercel.app)
* [**zhiyiYo/Groove**: A cross-platform music player based on PyQt5](https://github.com/zhiyiYo/Groove)
* [**zhiyiYo/Alpha-Gobang-Zero**: A gobang robot based on reinforcement learning](https://github.com/zhiyiYo/Alpha-Gobang-Zero)

## Reference
* [**Windows design**: Design guidelines and toolkits for creating native app experiences](https://learn.microsoft.com/zh-cn/windows/apps/design/)
* [**Microsoft/WinUI-Gallery**: An app demonstrates the controls available in WinUI and the Fluent Design System](https://github.com/microsoft/WinUI-Gallery)



            

Raw data

            {
    "_id": null,
    "home_page": "https://qfluentwidgets.com",
    "name": "PySide2-Fluent-Widgets",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pyside2 fluent widgets",
    "author": "zhiyiYo",
    "author_email": "shokokawaii@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/c7/32/969cf78fb1ad70d55e1663399ca3395071e31569299f88f98049759c1b38/PySide2-Fluent-Widgets-1.5.5.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img width=\"18%\" align=\"center\" src=\"https://raw.githubusercontent.com/zhiyiYo/PyQt-Fluent-Widgets/master/docs/source/_static/logo.png\" alt=\"logo\">\n</p>\n  <h1 align=\"center\">\n  PySide2-Fluent-Widgets\n</h1>\n<p align=\"center\">\n  A fluent design widgets library based on PySide2\n</p>\n\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/PyQt-Fluent-Widgets\" target=\"_blank\">\n    <img src=\"https://img.shields.io/pypi/v/pyqt-fluent-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-fluent-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\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/PyQt-Fluent-Widgets/master/docs/source/_static/Interface.jpg)\n\n\n## Install\nTo install lite version (`AcrylicLabel` is not available):\n```shell\npip install PySide2-Fluent-Widgets -i https://pypi.org/simple/\n```\nOr install full-featured version:\n```shell\npip install \"PySide2-Fluent-Widgets[full]\" -i https://pypi.org/simple/\n```\n\n\nThe [Pro version](https://qfluentwidgets.com/pages/pro) library contains more advance components. You can download `PyQt-Fluent-Widgets-Pro-Gallery.zip` from the [release page](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/releases) for preview purposes.\n\nC++ QFluentWidgets require purchasing a license from the [official website](https://qfluentwidgets.com/price). You can also download the compiled demo `C++_QFluentWidgets.zip` from the [release page](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/releases).\n\n> **Warning**\n> Don't install PyQt-Fluent-Widgets, PyQt6-Fluent-Widgets, PySide2-Fluent-Widgets and PySide6-Fluent-Widgets at the same time, because their package names are all `qfluentwidgets`.\n\n\n## Run Example\nAfter installing PySide2-Fluent-Widgets package using pip, you can run any demo in the examples directory, for example:\n```python\ncd examples/gallery\npython demo.py\n```\n\nIf you encounter `ImportError: cannot import name 'XXX' from 'qfluentwidgets'`, it indicates that the package version you installed is too low. You can replace the mirror source with https://pypi.org/simple and reinstall again.\n\n## Documentation\nWant to know more about PySide2-Fluent-Widgets? Please read the [help document](https://qfluentwidgets.com) \ud83d\udc48\n\n\n## License\nPySide2-Fluent-Widgets adopts dual licenses. Non-commercial usage is licensed under [GPLv3](./LICENSE). For commercial purposes, please purchase [commercial license](https://qfluentwidgets.com/price) to support the development of this project.\n\nCopyright \u00a9 2021 by zhiyiYo.\n\n\n## Video Demonstration\nCheck out this [\u25b6 example video](https://www.bilibili.com/video/BV12c411L73q) that shows off what PyQt-Fluent-Widgets are capable of \ud83c\udf89\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## See Also\nHere are some projects based on PyQt-Fluent-Widgets:\n* [**zhiyiYo/QMaterialWidgets**: A material design widgets library based on PySide](https://qmaterialwidgets.vercel.app)\n* [**zhiyiYo/Groove**: A cross-platform music player based on PyQt5](https://github.com/zhiyiYo/Groove)\n* [**zhiyiYo/Alpha-Gobang-Zero**: A gobang robot based on reinforcement learning](https://github.com/zhiyiYo/Alpha-Gobang-Zero)\n\n## Reference\n* [**Windows design**: Design guidelines and toolkits for creating native app experiences](https://learn.microsoft.com/zh-cn/windows/apps/design/)\n* [**Microsoft/WinUI-Gallery**: An app demonstrates the controls available in WinUI and the Fluent Design System](https://github.com/microsoft/WinUI-Gallery)\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "A fluent design widgets library based on PySide2",
    "version": "1.5.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/zhiyiYo/PyQt-Fluent-Widgets/issues",
        "Documentation": "https://qfluentwidgets.com/",
        "Homepage": "https://qfluentwidgets.com",
        "Source Code": "https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/PySide2"
    },
    "split_keywords": [
        "pyside2",
        "fluent",
        "widgets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7639d7382330bde0f3a7b71276d59f8b2bd6e97befec0b26b66a02f2ce44243",
                "md5": "fe38032992523dc7b3236af60f08d83e",
                "sha256": "f87c3dc19ebcefe5ba32bd4979a3ad576a55d72565bf324f70020fbe20bf6e0b"
            },
            "downloads": -1,
            "filename": "PySide2_Fluent_Widgets-1.5.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe38032992523dc7b3236af60f08d83e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1517848,
            "upload_time": "2024-04-13T06:55:32",
            "upload_time_iso_8601": "2024-04-13T06:55:32.392684Z",
            "url": "https://files.pythonhosted.org/packages/a7/63/9d7382330bde0f3a7b71276d59f8b2bd6e97befec0b26b66a02f2ce44243/PySide2_Fluent_Widgets-1.5.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c732969cf78fb1ad70d55e1663399ca3395071e31569299f88f98049759c1b38",
                "md5": "7a9d53e18ac8d175c314011508cefa26",
                "sha256": "306a2a9d734983737e11bff9faa23ddbb0b1f40ac54923f73c7dbf7113a768a1"
            },
            "downloads": -1,
            "filename": "PySide2-Fluent-Widgets-1.5.5.tar.gz",
            "has_sig": false,
            "md5_digest": "7a9d53e18ac8d175c314011508cefa26",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1421174,
            "upload_time": "2024-04-13T06:55:34",
            "upload_time_iso_8601": "2024-04-13T06:55:34.885492Z",
            "url": "https://files.pythonhosted.org/packages/c7/32/969cf78fb1ad70d55e1663399ca3395071e31569299f88f98049759c1b38/PySide2-Fluent-Widgets-1.5.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-13 06:55:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zhiyiYo",
    "github_project": "PyQt-Fluent-Widgets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "PyQt5",
            "specs": [
                [
                    ">=",
                    "5.15.0"
                ]
            ]
        },
        {
            "name": "PyQt5-Frameless-Window",
            "specs": [
                [
                    ">=",
                    "0.3.3"
                ]
            ]
        },
        {
            "name": "darkdetect",
            "specs": []
        },
        {
            "name": "colorthief",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        }
    ],
    "lcname": "pyside2-fluent-widgets"
}
        
Elapsed time: 0.22551s