This is very easily a duplicate question--because it is. However, there are very many inadequate answers to this (e.g. try curses
! -- pointing to a 26 page documentation).
I just want to print text in a color other than blue when I'm outputting in IDLE. Is it possible? What's an easy way to do this? I'm running Python 3.6 on Windows.
Please explain with an example.
(I have found that ANSI codes do not work inside IDLE, only on the terminal.)
color.write
immediately after the printed string. Is there a way to only print the string? – Nerissa