Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 3.11 KB

README.md

File metadata and controls

71 lines (54 loc) · 3.11 KB

logo

PyQt-Fluent-Widgets

A fluent design widgets library based on PyQt5

Platform Win32 | Linux | macOS Download GPLv3

Interface

Install

To install lite version (AcrylicLabel is not available):

pip install PyQt-Fluent-Widgets -i https://pypi.org/simple/

Or install full-featured version:

pip install "PyQt-Fluent-Widgets[full]" -i https://pypi.org/simple/

If you are using PySide2, PySide6 or PyQt6, you can download the code in PySide2, PySide6 or PyQt6 branch.

Run Example

After installing PyQt-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 PyQt-Fluent-Widgets? Please read the help document 👈

Video Demonstration

Check out this ▶ example video that shows off what PyQt-Fluent-Widgets are capable of 🎉

Join with Us

You can join our 🚩 Discord channel to communicate with us. You can share your findings, thoughts and ideas on improving PyQt-Fluent-Widgets 🚀

See Also

Here are some projects that use PyQt-Fluent-Widgets:

Reference

License

PyQt-Fluent-Widgets is licensed under GPLv3.

Copyright © 2021 by zhiyiYo.