io-chess
UCI chess engine
Loading...
Searching...
No Matches
utils.Colors Class Reference

Static Public Attributes

str GREEN = '\033[92m'
str CYAN = '\033[96m'
str YELLOW = '\033[93m'
str MAGENTA = '\033[95m'
str RED = '\033[91m'
str RESET = '\033[0m'
str BOLD = '\033[1m'

Member Data Documentation

◆ BOLD

str utils.Colors.BOLD = '\033[1m'
static

◆ CYAN

str utils.Colors.CYAN = '\033[96m'
static

◆ GREEN

str utils.Colors.GREEN = '\033[92m'
static

◆ MAGENTA

str utils.Colors.MAGENTA = '\033[95m'
static

◆ RED

str utils.Colors.RED = '\033[91m'
static

◆ RESET

str utils.Colors.RESET = '\033[0m'
static

◆ YELLOW

str utils.Colors.YELLOW = '\033[93m'
static

The documentation for this class was generated from the following file: