Metadata-Version: 2.1
Name: QEasyWidgets
Version: 0.7.3
Summary: A simple widget library based on PySide6
Home-page: https://github.com/Spr-Aachen/QEasyWidgets
Author: Spr_Aachen
Author-email: 2835946988@qq.com
License: GPLv3
Project-URL: Source Code, https://github.com/Spr-Aachen/QEasyWidgets
Project-URL: Bug Tracker, https://github.com/Spr-Aachen/QEasyWidgets/issues
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6
Requires-Dist: darkdetect
Requires-Dist: PyEasyUtils
Requires-Dist: pywin32 ; platform_system == "Windows"

<div align = "center">

# QEasyWidgets

[![Releases](https://img.shields.io/github/v/release/Spr-Aachen/QEasyWidgets?color=green&label=Release&logo=Github&logoColor=white&style=for-the-badge)](https://github.com/Spr-Aachen/QEasyWidgets/releases/latest)&nbsp;
[![PyPI](https://img.shields.io/pypi/v/QEasyWidgets?color=blue&logo=PYPY&logoColor=blue&style=for-the-badge)](https://pypi.org/project/QEasyWidgets/)&nbsp;

</div>


## Description

### Overview

A simple Qt widget library for python (based on PySide6).

Currently this project supports Windows&Linux system.


## Deployment

### pip

```shell
pip install QEasyWidgets -i https://pypi.org/simple/
```


## See Also
Here are some projects based on QEasyWidgets:
- [Easy Voice Toolkit](https://github.com/Spr-Aachen/Easy-Voice-Toolkit)
- [LLM PromptMaster](https://github.com/Spr-Aachen/LLM-PromptMaster)


## Reference
- [Microsoft WinUI-Gallery](https://github.com/microsoft/WinUI-Gallery)
- [PyEasyUtils](https://github.com/Spr-Aachen/PyEasyUtils)
