<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">
PyQt6-Fluent-Widgets
</h1>
<p align="center">
A fluent design widgets library based on PyQt6
</p>
<div align="center">
[](https://pypi.org/project/PyQt-Fluent-Widgets)
[]()
[](LICENSE)
[]()
</div>
<p align="center">
English | <a href="docs/README_zh.md">简体中文</a>
</p>

## Install
To install lite version (`AcrylicLabel` is not available):
```shell
pip install PyQt6-Fluent-Widgets -i https://pypi.org/simple/
```
Or install full-featured version:
```shell
pip install "PyQt6-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 PyQt6-Fluent-Widgets package using pip, you can run any demo in the examples directory, for example:
```shell
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 PyQt-Fluent-Widgets? Please read the [help document](https://qfluentwidgets.com) 👈
## License
PyQt6-Fluent-Widgets is licensed under [GPLv3](./LICENSE) for non-commercial project. For commercial use, please purchase a [commercial license](https://qfluentwidgets.com/price).
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 🎉
## Work with Designer
[Fluent Client](https://www.youtube.com/watch?v=7UCmcsOlhTk) integrates designer plugins, supporting direct drag-and-drop usage of QFluentWidgets components in Designer. You can purchase the client from [TaoBao](https://item.taobao.com/item.htm?ft=t&id=767961666600) or [Afdian](https://afdian.com/item/6726fcc4247311ef8c6852540025c377).

## See Also
Here are some projects based on PyQt-Fluent-Widgets:
* [**zhiyiYo/QMaterialWidgets**: A material design widgets library based on PyQt/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": "PyQt6-Fluent-Widgets",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "pyqt6 fluent widgets",
"author": "zhiyiYo",
"author_email": "shokokawaii@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/ef/39/834df6b6e4f7e6d8e0e03a909153bfcae08d3ea2a143cc2cfa6003d6c35c/pyqt6_fluent_widgets-1.7.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 PyQt6-Fluent-Widgets\n</h1>\n<p align=\"center\">\n A fluent design widgets library based on PyQt6\n</p>\n\n<div align=\"center\">\n\n[](https://pypi.org/project/PyQt-Fluent-Widgets)\n[]()\n[](LICENSE)\n[]()\n\n</div>\n\n<p align=\"center\">\nEnglish | <a href=\"docs/README_zh.md\">\u7b80\u4f53\u4e2d\u6587</a>\n</p>\n\n\n\n\n## Install\nTo install lite version (`AcrylicLabel` is not available):\n```shell\npip install PyQt6-Fluent-Widgets -i https://pypi.org/simple/\n```\nOr install full-featured version:\n```shell\npip install \"PyQt6-Fluent-Widgets[full]\" -i https://pypi.org/simple/\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 PyQt6-Fluent-Widgets package using pip, you can run any demo in the examples directory, for example:\n```shell\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 PyQt-Fluent-Widgets? Please read the [help document](https://qfluentwidgets.com) \ud83d\udc48\n\n\n## License\nPyQt6-Fluent-Widgets is licensed under [GPLv3](./LICENSE) for non-commercial project. For commercial use, please purchase a [commercial license](https://qfluentwidgets.com/price).\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## Work with Designer\n[Fluent Client](https://www.youtube.com/watch?v=7UCmcsOlhTk) integrates designer plugins, supporting direct drag-and-drop usage of QFluentWidgets components in Designer. You can purchase the client from [TaoBao](https://item.taobao.com/item.htm?ft=t&id=767961666600) or [Afdian](https://afdian.com/item/6726fcc4247311ef8c6852540025c377).\n\n\n\n\n## See Also\nHere are some projects based on PyQt-Fluent-Widgets:\n* [**zhiyiYo/QMaterialWidgets**: A material design widgets library based on PyQt/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",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "A fluent design widgets library based on PyQt6",
"version": "1.7.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/PyQt6"
},
"split_keywords": [
"pyqt6",
"fluent",
"widgets"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8744e92ba590f178c18114a9203df55300ff1d6b57fc99adeb2b3afd9810f29d",
"md5": "f5cfb8e407c0616ec920932cd24611bc",
"sha256": "323282ea65856ccb879d2577881abc4a13ad36c6bdc0f1afb8bd21c1c0104686"
},
"downloads": -1,
"filename": "PyQt6_Fluent_Widgets-1.7.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f5cfb8e407c0616ec920932cd24611bc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 1525697,
"upload_time": "2025-02-16T13:54:08",
"upload_time_iso_8601": "2025-02-16T13:54:08.206295Z",
"url": "https://files.pythonhosted.org/packages/87/44/e92ba590f178c18114a9203df55300ff1d6b57fc99adeb2b3afd9810f29d/PyQt6_Fluent_Widgets-1.7.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ef39834df6b6e4f7e6d8e0e03a909153bfcae08d3ea2a143cc2cfa6003d6c35c",
"md5": "b065bfa65774abbafaac07e0ed0e94b1",
"sha256": "ae752b9bf0ed7b61c60e1b0652bc7dc29e7cd164d2cbfeb57f08cdf53ad60d2c"
},
"downloads": -1,
"filename": "pyqt6_fluent_widgets-1.7.5.tar.gz",
"has_sig": false,
"md5_digest": "b065bfa65774abbafaac07e0ed0e94b1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1433256,
"upload_time": "2025-02-16T13:54:11",
"upload_time_iso_8601": "2025-02-16T13:54:11.424380Z",
"url": "https://files.pythonhosted.org/packages/ef/39/834df6b6e4f7e6d8e0e03a909153bfcae08d3ea2a143cc2cfa6003d6c35c/pyqt6_fluent_widgets-1.7.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-16 13:54:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zhiyiYo",
"github_project": "PyQt-Fluent-Widgets",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "PyQt5",
"specs": [
[
">=",
"5.15.0"
]
]
},
{
"name": "PyQt5-Frameless-Window",
"specs": [
[
">=",
"0.4.0"
]
]
},
{
"name": "darkdetect",
"specs": []
},
{
"name": "colorthief",
"specs": []
},
{
"name": "scipy",
"specs": []
},
{
"name": "pillow",
"specs": []
}
],
"lcname": "pyqt6-fluent-widgets"
}