Make command line text colored
Project description
make_colors
This is make command line text colored
Installing
Install and update using pip
_:
.. code-block:: text
$ pip install make_colors
make_colors supports Python 2 and newer, Python 3 and newer, and PyPy.
.. _pip: https://pip.pypa.io/en/stable/quickstart/
A Simple Example
What does it look like? Here is an example of a simple make_colors program:
.. code-block:: python
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:
.. code-block:: text
$ 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 <https://github.com/licface/make_colors/blob/master/LICENSE.rst>
_ - Code: https://github.com/licface/make_colors
- 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.28.tar.gz
(6.9 kB
view hashes)
Built Distribution
Close
Hashes for make_colors-3.28-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 753af044b0dbe4fc857e632c0cafab9591727c4febaebe38910a396197d860ae |
|
MD5 | 5fa34511064ddff7e77c248f35d0e89a |
|
BLAKE2b-256 | a7e7103d3b4e3c5e7ef7a62aa6bc48a67511f1c8e5e0c7080968d9daef2e8c2c |