Make command line text colored
Project description
make_colors_tc
==================
This is make command line text colored
Installing
----------
Install and update using `pip`_:
.. code-block:: text
$ pip install make_colors_tc
make_colors_tc 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_tc program:
.. code-block:: python
from make_colors_tc 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')
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
Support
------
* Python 2.7 +, Python 3.x
* Windows, Linux
Links
-----
* License: `BSD <https://github.com/licface/make_colors_tc/blob/master/LICENSE.rst>`_
* Code: https://github.com/licface/make_colors_tc
* Issue tracker: https://github.com/licface/make_color/issues
==================
This is make command line text colored
Installing
----------
Install and update using `pip`_:
.. code-block:: text
$ pip install make_colors_tc
make_colors_tc 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_tc program:
.. code-block:: python
from make_colors_tc 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')
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
Support
------
* Python 2.7 +, Python 3.x
* Windows, Linux
Links
-----
* License: `BSD <https://github.com/licface/make_colors_tc/blob/master/LICENSE.rst>`_
* Code: https://github.com/licface/make_colors_tc
* Issue tracker: https://github.com/licface/make_color/issues
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
make_colors_tc-3.19.tar.gz
(5.3 kB
view details)
File details
Details for the file make_colors_tc-3.19.tar.gz
.
File metadata
- Download URL: make_colors_tc-3.19.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e3c4c6c8debd4827cf880fcf51a225a0f26b8b756f4f2b910b0543d6d13a99d |
|
MD5 | 09a1570bfcfba968f417d260b06a491e |
|
BLAKE2b-256 | 189a455b061b2a449ea7349066261f6cb636df357571655d9aa1e8f0cb95bda2 |