Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wywincl/pycolor

python 控制台颜色库
https://github.com/wywincl/pycolor

Last synced: 12 days ago
JSON representation

python 控制台颜色库

Awesome Lists containing this project

README

        

# pycolor
python 控制台颜色库

# Usage

from color import *

print_error("this is an error message!")
print_warning("this is a warning message!")
print_info("this ia a info message!")
print_log('this is a log message!')
print_debug('this is a debug message!')
color_print('test info message!', 'info')