snAPI.Utils module#

class snAPI.Utils.Color#

Bases: object

Rst = '\x1b[0m'#
Bla = '\x1b[0;30m'#

regular black

Red = '\x1b[0;31m'#

regular red

Gre = '\x1b[0;32m'#

regular green

Yel = '\x1b[0;33m'#

regular yellow

Blu = '\x1b[0;34m'#

regular blue

Pur = '\x1b[0;35m'#

regular purple

Cya = '\x1b[0;36m'#

regular cyan

Whi = '\x1b[0;37m'#

regular white

BBla = '\x1b[1;30m'#

bold black

BRed = '\x1b[1;31m'#

bold red

BGre = '\x1b[1;32m'#

bold green

BYel = '\x1b[1;33m'#

bold yellow

BBlu = '\x1b[1;34m'#

bold blue

BPur = '\x1b[1;35m'#

bold purple

BCya = '\x1b[1;36m'#

bold cyan

BWhi = '\x1b[1;37m'#

bold white

UBla = '\x1b[4;30m'#

underline black

URed = '\x1b[4;31m'#

underline red

UGre = '\x1b[4;32m'#

underline green

UYel = '\x1b[4;33m'#

underline yellow

UBlu = '\x1b[4;34m'#

underline blue

UPur = '\x1b[4;35m'#

underline purple

UCya = '\x1b[4;36m'#

underline cyan

UWhi = '\x1b[4;37m'#

underline white

IBla = '\x1b[0;90m'#

high intensity black

IRed = '\x1b[0;91m'#

high intensity red

IGre = '\x1b[0;92m'#

high intensity green

IYel = '\x1b[0;93m'#

high intensity yellow

IBlu = '\x1b[0;94m'#

high intensity blue

IPur = '\x1b[0;95m'#

high intensity purple

ICya = '\x1b[0;96m'#

high intensity cyan

IWhi = '\x1b[0;97m'#

high intensity white

BIBla = '\x1b[1;90m'#

bold high intensity black

BIRed = '\x1b[1;91m'#

bold high intensity red

BIGre = '\x1b[1;92m'#

bold high intensity green

BIYel = '\x1b[1;93m'#

bold high intensity yellow

BIBlu = '\x1b[1;94m'#

bold high intensity blue

BIPur = '\x1b[1;95m'#

bold high intensity purple

BICya = '\x1b[1;96m'#

bold high intensity cyan

BIWhi = '\x1b[1;97m'#

bold high intensity white

On_Bla = '\x1b[40m'#

background black

On_Red = '\x1b[41m'#

background red

On_Gre = '\x1b[42m'#

background green

On_Yel = '\x1b[43m'#

background yellow

On_Blu = '\x1b[44m'#

background blue

On_Pur = '\x1b[45m'#

background purple

On_Cya = '\x1b[46m'#

background cyan

On_Whi = '\x1b[47m'#

background white

On_IBla = '\x1b[0;100m'#

high intensity background black

On_IRed = '\x1b[0;101m'#

high intensity background red

On_IGre = '\x1b[0;102m'#

high intensity background green

On_IYel = '\x1b[0;103m'#

high intensity background yellow

On_IBlu = '\x1b[0;104m'#

high intensity background blue

On_IPur = '\x1b[0;105m'#

high intensity background purple

On_ICya = '\x1b[0;106m'#

high intensity background cyan

On_IWhi = '\x1b[0;107m'#

high intensity background white