ribbon

A simple color console print library.


Keywords
color, console, print
License
MIT
Install
pip install ribbon==1.0.0

Documentation

ribbon

Coverage Status Build Status PyPI version PyPi downloads

pep8

Supported Python versions status views

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

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