Metadata-Version: 2.2
Name: colorful_prints
Version: 1.3
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary


# 一个颜色输出的库，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.3` 修复1.2 bug 和 `warning` bug

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

`1.1` 调整目录结构

