Skip to main content

TextUI colors for Python.

Project description

https://img.shields.io/pypi/v/crayons.svg https://travis-ci.com/MasterOdin/crayons.svg?branch=master https://img.shields.io/pypi/l/crayons.svg https://img.shields.io/pypi/wheel/crayons.svg https://img.shields.io/pypi/pyversions/crayons.svg

This module is really simple, it gives you colored strings for terminal usage. Included colors are red, green, yellow, blue, black, magenta, cyan, white, and normal (as well as clean and disable).

Crayons is nice because it automatically wraps a given string in both the foreground color, as well as returning to the original state after the string is complete. Most terminal color libraries make you manage this yourself.

https://d3vv6lp55qjaqc.cloudfront.net/items/3q0I293q1z293R3a3a3n/Screen%20Shot%202017-01-23%20at%206.00.02%20PM.png?X-CloudApp-Visitor-Id=2577

Arguments include always=True and bold=True.

Features

  • If you call disable(), all future calls to colors will be ignored.

  • If you call normal(), color is reset to default foreground color

  • If the current process is not in a TTY (e.g. being piped), no colors will be displayed.

  • Length of ColoredStrings can be properly calculated.

  • Powered by colorama.

Usage is simple

# red is red, white is white.
>>> print('{} white'.format(crayons.red('red')))
red white

That’s it!

Installation

$ pip install crayons

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crayons-0.3.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

crayons-0.3.1-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 Python 3

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