Skip to content

hanks/ribbon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple color print library for console.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages