Skip to content

Foreground Colors#

Normal Colors#

Black #

Black(content, **kwargs)

Bases: Color

Converts string to Black color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

Blue #

Blue(content, **kwargs)

Bases: Color

Converts string to Blue color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

Cyan #

Cyan(content, **kwargs)

Bases: Color

Converts string to Cyan color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

Green #

Green(content, **kwargs)

Bases: Color

Converts string to Green color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

Grey #

Grey(content, **kwargs)

Bases: Color

Converts string to Grey color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

Pink #

Pink(content, **kwargs)

Bases: Color

Converts string to Pink color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

Purple #

Purple(content, **kwargs)

Bases: Color

Converts string to Purple color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

Red #

Red(content, **kwargs)

Bases: Color

Converts string to Red color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

White #

White(content, **kwargs)

Bases: Color

Converts string to White color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

Yellow #

Yellow(content, **kwargs)

Bases: Color

Converts string to Yellow color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

Bright Colors#

BrightBlue #

BrightBlue(content, **kwargs)

Bases: Color

Converts string to Bright Blue color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BrightCyan #

BrightCyan(content, **kwargs)

Bases: Color

Converts string to Bright Cyan color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BrightGreen #

BrightGreen(content, **kwargs)

Bases: Color

Converts string to Bright Green color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BrightRed #

BrightRed(content, **kwargs)

Bases: Color

Converts string to Bright Red color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

BrightYellow #

BrightYellow(content, **kwargs)

Bases: Color

Converts string to Yellow color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}

DarkGrey #

DarkGrey(content, **kwargs)

Bases: Color

Converts string to DarkGrey color

Parameters:

Name Type Description Default
content Any

string to be colored

required
kwargs Any

same as arguments in Color

{}