TextUI colors for Python.
Project description
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.
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
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
Built Distribution
Hashes for crayons-0.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e73ad105c78935d71fe454dd4b85c5c437ba199294e7ffd3341842bc683654b1 |
|
MD5 | 77656d7fa974e0da626062f045b5ea07 |
|
BLAKE2b-256 | 5b0de3fad4ca1de8e70e06444e7d777a5984261e1db98758b5be3e8296c03fe9 |