Add ANSI colors and styles to a string.
style –
s (str) – String to format.
fg (str|int|tuple) – Foreground color specification.
bg (str|int|tuple) – Background color specification.
Formatted string.
str (or unicode in Python 2, if s is unicode)
color()
Notes