A simple color console print library.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ribbon-1.0.0.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for ribbon-1.0.0.macosx-10.9-x86_64.exe
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d600373125b248713aa9dc777aeae646c4b340f0c1fdfc7dec0ee10be98427e |
|
MD5 | 0dbd70574a47605ddfddeed416c90f64 |
|
BLAKE2b-256 | f2446a68d6e81720c0fd0ac9244dfbaf7c95d5245c7b0e236bb9b002e5661238 |