ANSI
Attributes
attribute
base= '\x1b['
attribute
reset= f'{base}0m'
attribute
bold= f'{base}1m'
attribute
faint= f'{base}2m'
attribute
italic= f'{base}3m'
attribute
underline= f'{base}4m'
attribute
slow_blink= f'{base}5m'
attribute
rapid_blink= f'{base}6m'
attribute
black= f'{base}30m'
attribute
red= f'{base}31m'
attribute
green= f'{base}32m'
attribute
yellow= f'{base}33m'
attribute
blue= f'{base}34m'
attribute
purple= f'{base}35m'
attribute
cyan= f'{base}36m'
attribute
white= f'{base}37m'