Metadata-Version: 2.1
Name: colorful_prints
Version: 1.2
Summary: an enhanced version of the print function
Home-page: https://github.com/hxy2321548628/color_prints
Author: hxy
Author-email: hxy2321548628@163.com
License: MIT
Keywords: python,print,color,red,green,yellow
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: rich


# 一个颜色输出的库，print的增强版！

使用colorama库实现

效果如下：

![](./image.png)

下面时可以调用的所有函数

 `colorful_print`
 
 `yellow_print`
 
 `red_print`
 
 `green_print`
 
 `blue_print`
 
 `magenta_print`
 
 `cyan_print`
 
 `white_print`
 
 `black_print`
 
 `bright_red_print`
 
 `bright_green_print`
 
 `bright_blue_print`
 
 `bright_yellow_print`
 
 `bright_magenta_print`
 
 `bright_cyan_print`
 
 `bright_white_print`
 
 `dim_red_print`
 
 `dim_green_print`
 
 `dim_blue_print`
 
 `dim_yellow_print`
 
 `dim_magenta_print`
 
 `dim_cyan_print`
 
 `dim_white_print`
 
 `danger`
 
 `success`
 
 `info`
 
 `warning`


# upload log

`1.1` 调整目录结构

`1.2` 修改"info"和"warning"的颜色，在开发中debug更方便
