Metadata-Version: 2.1
Name: PyEasyUtils
Version: 0.2.8
Summary: A simple python util library
Home-page: https://github.com/Spr-Aachen/PyEasyUtils
Author: Spr_Aachen
Author-email: 2835946988@qq.com
License: MIT
Project-URL: Source Code, https://github.com/Spr-Aachen/PyEasyUtils
Project-URL: Bug Tracker, https://github.com/Spr-Aachen/PyEasyUtils/issues
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

<div align = "center">
    <img src="./docs/media/Logo.png" width = "111" height = "111" alt="Logo">

# PyEasyUtils

A simple utility library for python.

[![PyPI](https://img.shields.io/pypi/v/PyEasyUtils?color=blue&logo=PYPY&logoColor=blue&style=for-the-badge)](https://pypi.org/project/PyEasyUtils/)&nbsp;

[**简体中文**](./docs/README_CN.md) | **English**

</div>


## Deployment

### pip

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


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