Termcolor Utility¶
The termcolor utility provides means to detect whether a system environment technically supports
coloured output on a terminal (sys.stdout) or not. It relies on information provided
by the file object itself and sys.platform.
The termcolor utility provides means to detect whether a system environment technically supports
coloured output on a terminal (sys.stdout) or not. It relies on information provided
by the file object itself and sys.platform.