New to both Python and StackOverflow, I\'d like a little help. I\'d like to print color in Python and have Googled but with little luck :( I\'ve been confused each time and
Check out the curses module. This will replace the print statements and give you complete control over the text positioning and attributes on your screen.