Closed atenreiro closed 4 years ago
The problem is caused by the lack of ANSI by Windows. Here is a discussion on this topic: https://stackoverflow.com/questions/9848889/colorama-for-python-not-returning-colored-print-lines-on-windows. I've tried solution with
from colorama import init
init()
and it almost works but colors are different (green instead blue).
Perhaps adding help wanted
and good first issue
labels will bring someone experienced here with this topic :)
Yes, this is actually easy to fix just not working on this as a priority. I list here to keep in the list :-)
changed to "good first issue"
Colorama colour scheme is not showing on Windows terminal.