Metadata-Version: 2.2
Name: pyside6_fluent_ui
Version: 0.0.5
Summary: A fluent design widgets library based on PySide6
Author: Mikuas
License: GPLv3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6>=6.8.1.1
Requires-Dist: PySide6-Fluent-Widgets[full]>=1.10.4
Requires-Dist: PySideSix-Frameless-Window>=0.7.3
Requires-Dist: pynput>=1.8.1
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

<p align="center">
</p>
  <h1 align="center">
  PySide6-Fluent-UI
</h1>
<p align="center">
  基于 PySide6 和 <a href="https://github.com/zhiyiYo/PyQt-Fluent-Widgets.git">PySide6-Fluent-Widgets</a> 的 Fluent Design 风格组件库
</p>

<div align="center">

[![Version](https://img.shields.io/pypi/v/pyside6-fluent-ui?color=%2334D058&label=Version)](https://pypi.org/project/PySide6-Fluent-UI)
[![Download](https://static.pepy.tech/personalized-badge/pyside6-fluent-ui?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads)]()
[![GPLv3](https://img.shields.io/badge/License-GPLv3-blue?color=#4ec820)](LICENSE)
[![Platform Win32 | Linux | macOS](https://img.shields.io/badge/Platform-Win32%20|%20Linux%20|%20macOS-blue?color=#4ec820)]()

</div>

![gallery](docs/gallery.png)

## 安装🚀
```shell
pip install PySide6-Fluent-UI -i https://pypi.org/simple/
```

## 运行示例▶️
使用 pip 安装好 PySide6-Fluent-UI 包并下载好此仓库的代码之后，就可以运行 examples 目录下的任意示例程序，比如：
```shell
cd examples/gallery
python main.py
```

如果遇到 `ImportError: cannot import name 'XXX' from 'PySide6-Fluent-UI'`，这表明安装的包版本过低。可以按照上面的安装指令将 pypi 源替换为 https://pypi.org/simple 并重新安装.


## 许可证📄
PySide6-Fluent-UI 使用 [GPLv3](./LICENSE) 许可证授权非商用项目。
