Posts List

Coloring Out Terminal Output of Python Apps

If we have terminal based application, sometime it’s useful to coloring out its output.. for easier to read, et bien sûr because it will be more beautiful :^) After searching around how to coloring out terminal output of python applications, voila Python termcolor module. OK… just pip-ing it, pip install termcolor Installation run smoothly. I tested some example given on its site, and.. what a surprise! it can also blinking out the terminal output.