Simple Emulation of VT100 Colour Codes in Python on Windows
If you ever program on Linux, you may be used to writing code like this: And seeing terminal output like this: Linux terminal programs are usually full of colour, and it's all thanks to VT100 escape sequences that date back to the early dumb…