colorparse
is a python package that will read and parse strings with defined color codes, showing their respective colors in the terminal. This way, a string can be easily colored, simplifying the work for the user. For the complete documentation, change log and more, visit the readthedocs page and the github page.
To install, upgrade or uninstall, use the following:
$ pip install colorparse
$ pip install --upgrade colorparse
$ pip uninstall colorparse
* the prefixes [t] refer to terminal-only, [m] for module-only and [d] for docs-only changes, respectively *
<log>