Skip to content

Background Colors#

Normal Colors#

BgBlack #

BgBlack(content, **kwargs)

Bases: Color

Converts string's background to Black color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgBlue #

BgBlue(content, **kwargs)

Bases: Color

Converts string's background to Blue color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgCyan #

BgCyan(content, **kwargs)

Bases: Color

Converts string's background to Cyan color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgGreen #

BgGreen(content, **kwargs)

Bases: Color

Converts string's background to Green color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgGrey #

BgGrey(content, **kwargs)

Bases: Color

Converts string's background to Grey color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgPink #

BgPink(content, **kwargs)

Bases: Color

Converts string's background to Pink color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgPurple #

BgPurple(content, **kwargs)

Bases: Color

Converts string's background to Purple color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgRed #

BgRed(content, **kwargs)

Bases: Color

Converts string's background to Red color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgWhite #

BgWhite(content, **kwargs)

Bases: Color

Converts string's background to White color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgYellow #

BgYellow(content, **kwargs)

Bases: Color

Converts string's background to Yellow color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

Bright Colors#

BgBrightBlue #

BgBrightBlue(content, **kwargs)

Bases: Color

Converts string's background to Bright Blue color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgBrightCyan #

BgBrightCyan(content, **kwargs)

Bases: Color

Converts string's background to Bright Cyan color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgBrightGreen #

BgBrightGreen(content, **kwargs)

Bases: Color

Converts string's background to Bright Green color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgBrightRed #

BgBrightRed(content, **kwargs)

Bases: Color

Converts string's background to Bright Red color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgBrightYellow #

BgBrightYellow(content, **kwargs)

Bases: Color

Converts string's background to Yellow color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BgDarkGrey #

BgDarkGrey(content, **kwargs)

Bases: Color

Converts string's background to DarkGrey color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}