Terminal-Colored-Print
About
A small module that allows to simply decorate strings on Linux terminals. I personally use it for multi-threaded project, it helps me recognize which thread is actually talking.
Compatible with Python > 2.7
pip install terminal-colored-print
You can select the foreground color (text color), background color and format (text style) for your Text. Foreground and background color values are between 0 and 255, format can be Bold, Underline and Reversed, any combination of them is accepted