ribbon
simple color print library for console.
Version History
VERSION 1.0 - 2014/07/30
- First release upon the world
Why
Just inspired by fabric.colors module, and want to try how to release a python package to PyPi, so create this simple library.
The ribbon library can help you to print colorful text in console more easily, and even you can print rainbow-like text. Just for fun!!
Demo
Usage
from ribbon import red
print(red('This text is red'))
from ribbon import red, green
print(red('This is red and ' + green('that is green')))
from ribbon import rainbow
print(rainbow('This is a rainbow-like text!'))
Install
pip install ribbon
Contribution
Waiting for your pull request
Lisence
MIT Lisence
