I'm Building Taskito
I'm Building Taskito
Get it on Google Play Download on the App Store

ANSII Color Formatting for output in Terminal using Python


To get colored output in terminal,

termcolor

Using termcolor, one can easily set ANSII Color formatting for output in Terminal using Python.

from termcolor import colored
print colored("Hello World","yellow")

ANSII color formatting for output in terminal

P.S. Excited about tomorrow’s Google Summer of Code - Mumbai meet.

Playing around with Android UI

Articles focusing on Android UI - playing around with ViewPagers, CoordinatorLayout, meaningful motions and animations, implementing difficult customized views, etc.

Read next