architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.
MIT License
1.09k stars 222 forks source link

Colour support on Windows #13

Closed Saturn closed 8 years ago

Saturn commented 8 years ago

If user is running Windows, install colorama. Colours won't work on Windows otherwise.

https://github.com/tartley/colorama http://click.pocoo.org/5/utils/#ansi-colors

I have tested this on Windows and Linux. It installs colorama only on the Windows setup.

I don't think it is essential to have this but at the very least there should be a note in the README.md that says something like:

Windows users: If you want colours then run pip install colorama

Maybe that is just simpler, idk.

thurask commented 8 years ago

+1

Confirmed

architv commented 8 years ago

+1