When I input something like:
print('\x1b[6;30;42m' + 'Success!' + '\x1b[0m')
the output I get is:
With no color.
I've heard you any need to enable vt100 emulation for windows, but when I search for how to do that, I haven't seen any answers.
All answers are very appreciated!