Closed frun36 closed 4 months ago
Implemented support for all 8 curses colors, namely:
class TerminalColors(object): WHITE = '[97' CYAN = '[96' MAGENTA = '[95' BLUE = '[94' YELLOW = '[93' GREEN = '[92' RED = '[91' BLACK = '[90' END = '[0'
Updated test.py to test all colors.
test.py
Implemented support for all 8 curses colors, namely:
Updated
test.py
to test all colors.