Skip to main content

A simple color console print library.

Project description

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

Project details


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)

Uploaded Source

Built Distribution

ribbon-1.0.0.macosx-10.9-x86_64.exe (65.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page