I am trying to run this:
from blessings import Terminal t = Terminal() print (t.bold(\'Hi there!\')) print (t.bold_red_on_bright_green(\'It hurts my eyes!\'))
Meanwhile - Python 2.7.15 on Windows 10 - curses support can be added by:
pip install windows-curses