Unverified details These details have not been verified by PyPI Project links Homepage Meta License: MIT License (MIT) Author: Erik Rose Tags terminal, tty, curses, ncurses, formatting, style, color, console Requires: Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* Coding with Blessings looks like this… from blessings import Terminal t = Terminal() print t.bold('Hi there!') print t.bold_red_on_br