PySide6-Fluent-Widgets
A fluent design widgets library based on PySide6
English | 简体中文
Install
To install lite version (AcrylicLabel
is not available):
pip install PySide6-Fluent-Widgets -i https://pypi.org/simple/
Or install full-featured version:
pip install "PySide6-Fluent-Widgets[full]" -i https://pypi.org/simple/
Run Example
After installing PySide6-Fluent-Widgets package using pip, you can run any demo in the examples directory, for example:
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 PySide6-Fluent-Widgets? Please read the help document
Video Demonstration
Check out this
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 爱发电 or ko-fi. 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
- zhiyiYo/Groove: A cross-platform music player based on PyQt5
- zhiyiYo/Alpha-Gobang-Zero: A gobang robot based on reinforcement learning
Reference
- Windows design: Design guidelines and toolkits for creating native app experiences
- Microsoft/WinUI-Gallery: An app demonstrates the controls available in WinUI and the Fluent Design System
License
PySide6-Fluent-Widgets adopts dual licenses. Non-commercial usage is licensed under GPLv3. For commercial purposes, please purchase on 爱发电 to support the development of this project.
Copyright © 2021 by zhiyiYo.