Make command line text colored
Project description
This is make command line text colored
Installing
Install and update using pip:
$ pip install make_colors
make_colors supports Python 2 and newer, Python 3 and newer, and PyPy.
A Simple Example
What does it look like? Here is an example of a simple make_colors program:
from make_colors import make_colors
print make_colors('This is White on Red', 'white', 'red')
print make_colors('This is Light White on Light Red', 'lightwhite', 'lightred')
print make_colors('This is Light White on Light Magenta', 'lw', 'm')
print make_colors('This is Light White on Light Blue', 'lw', 'bl')
And what it looks like when run:
$ python hello.py
This is White on Red
This is Light White on Light Red
This is Light White on Light Magenta
This is Light White on Light Blue
Support
Python 2.7 +, Python 3.x
Windows, Linux
Links
License: BSD
Issue tracker: https://github.com/licface/make_color/issues
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
make_colors-3.31.tar.gz
(7.5 kB
view hashes)
Built Distribution
Close
Hashes for make_colors-3.31-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb9e1a10852fd1471af0a2d850c9d9d3e513e0a2258887aabda25031f2a0f462 |
|
MD5 | 12c51b5f85d59a91c06785c40a20c0e8 |
|
BLAKE2b-256 | 71554cc7cc252575501fad1feeee2d3200509f82afcfcab0fce65f0d6ac51f7e |