Metadata-Version: 2.1
Name: xy_console
Version: 1.0.3
Summary: xy_console 模块
Author-email: helios <yuyang.0515@qq.com>
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich

<!--
 * @Author: yuyanget 845262968@qq.com
 * @Date: 2024-10-18 19:48:48
 * @LastEditors: yuyanget 845262968@qq.com
 * @LastEditTime: 2024-10-18 19:51:32
 * @FilePath: /xy_console/README.md
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
# xy_console

- [简体中文](readme/README_zh_CN.md)
- [繁体中文](readme/README_zh_TW.md)
- [English](readme/README_en.md)

# 说明
简单Python控制台输入输出工具封装.

## 源码仓库

- <a href="https://github.com/xy-base/xy_console.git" target="_blank">Github地址</a>  
- <a href="https://gitee.com/xy-base/xy_console.git" target="_blank">Gitee地址</a>

## 安装

```bash
pip install xy_console
```

## 开始

```python
from xy_console.utils import *
# 普通打印
printt("hello world")
# 打印成功
print_s("hello world")
# 打印执行
print_exe("hello world")
# 打印警告(warning)
print_w("hello world")
# 打印运行(running)
print_r("hello world")
# 打印运行(error)
print_e("hello world")
```

## 捐赠

如果小伙伴们觉得这些工具还不错的话，能否请咱喝一杯咖啡呢?  

![Pay-Total](./readme/Pay-Total.png)


## 联系方式

```
微信: yuyangiit
邮箱: 845262968@qq.com
```
