dyeprint

Python package for color-print on terminal.


License
MIT
Install
pip install dyeprint==1.0.3

Documentation

colorprint

A Python package for color-print on terminal.

Example

>> import dyeprint as dp
>> foo = dp.ColorSheet('red', 'yellow', 'bold')
>> print(foo.dye('hello world'))

Installing

[sudo] pip install dyeprint