Closed dougthor42 closed 10 years ago
I'm still learning how to use Github, so I don't know how to push my change back to you. Instead, I'll just do it here.
add the following to output.py:
import colorama
colorama.init()
And then green will work in Windows :-) It might need some tweaking to make it look better though.
Fabulous! I'll put it on the plan. I need to get access to a Windows VM somewhere so I can test it...
Fixed in 1.0.2 (just released).
Add support for windows CMD by using colorama (https://pypi.python.org/pypi/colorama) in addition to termcolor.