colours
msg(TEXT COLOUR **kwargs)
This function allows you to easily display a text in a colour.
The available colors are the following:
- Red
- Green
- Yellow
- Blue
- Magenta
- Cyan
- White
- BoldRed
- BoldGreen
- BoldYellow
- BoldBlue
- BoldMagenta
- BoldCyan
- BoldWhite
Parameters
| Name | Type | Description |
|---|---|---|
TEXT | string | Text to be displayed. |
COLOUR | string | Colour for the text to be displayed. |