Foreground Colors#
Normal Colors#
Black #
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 |
{}
|
Blue #
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 |
{}
|
Cyan #
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 |
{}
|
Green #
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 |
{}
|
Grey #
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 |
{}
|
Pink #
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 |
{}
|
Purple #
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 |
{}
|
Red #
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 |
{}
|
Bright Colors#
BrightBlue #
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 |
{}
|
BrightCyan #
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 |
{}
|
BrightGreen #
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 |
{}
|
BrightRed #
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 |
{}
|