ANSI-Color

print colorful on your *sh


Keywords
asni, color, term, shell
License
MIT
Install
pip install ANSI-Color==1.0.2

Documentation

PythonAnsiColor

Python Ansi Color

setup

pip install ANSI-Color

use

from ansicolor import termcolor
termcolor.cprint("fuck egg", Fore.GREEN, Back.BLUE, Style.UNDERLINE)

screenshot

from ansicolor import termcolor
termcolor.print_format_table()

screenshot

thanks

very famous open-source library for term color, learned much from above.