iblrig.tools.ANSI

Inheritance diagram of ANSI

class iblrig.tools.ANSI[source]

ANSI Codes for formatting text on the CLI.

__init__()
Return type:

None

BLUE = '\x1b[94m'
BOLD = '\x1b[1m'
CYAN = '\x1b[96m'
DARKCYAN = '\x1b[36m'
DIM = '\x1b[2m'
END = '\x1b[0m'
GREEN = '\x1b[92m'
PURPLE = '\x1b[95m'
RED = '\x1b[91m'
UNDERLINE = '\x1b[4m'
WHITE = '\x1b[37m'
YELLOW = '\x1b[93m'