xy_console
| 简体中文 | 繁體中文 | English |
|---|
说明
简单Python控制台输入输出工具封装.
源码仓库
| Github | Gitee | GitCode |
|---|
安装
# bash
pip install xy_console
开始
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")
许可证
xy_console 根据 <木兰宽松许可证, 第2版> 获得许可。有关详细信息,请参阅 LICENSE 文件。
捐赠
如果小伙伴们觉得这些工具还不错的话,能否请咱喝一杯咖啡呢?
联系方式
微信: yuyangiit
邮箱: yuyangit.0515@qq.com
Release files for xy-console 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| xy_console-1.0.6.tar.gz | 8.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| xy_console-1.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.5 kB
Release files / xy_console-1.0.6.tar.gz
| Download URL | xy_console-1.0.6.tar.gz |
|---|---|
| Size | 8.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c5778146ed65a05a721a6c9f34866bf1cdb1e6ed2631021b2e844fa854c841a6
|
|
BLAKE2b-256 checksum How to use checksums |
a9ff8d225b65738aed20181f9aef651aeadefba99af2abbe7ade9cf806e14436
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.13.0
|
Release files / xy_console-1.0.6-py3-none-any.whl
| Download URL | xy_console-1.0.6-py3-none-any.whl |
|---|---|
| Size | 9.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3760d804c9a4400dcb650012467bea3f4d2caeab31b67eb1199d657a27cb8450
|
|
BLAKE2b-256 checksum How to use checksums |
768dd14a3418f094014c3ec6e0105fedc7df6f853fcaf7c33b41daf12083aef8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.13.0
|