Help on module pydicts.colors in pydicts:
NAME
pydicts.colors
FUNCTIONS
blue(s)
Shows a string in blue bright color
currency_color(value, currency_)
Shows a currency string in green or red color
cyan(s)
Shows a string in cyan bright color
green(s)
Shows a string in green bright color
magenta(s)
Shows a string in magenta bright color
percentage_color(value)
Shows a percentage string in green or red color
red(s)
Shows a string in red bright color
value_color(value)
Shows a value string in green or red color
white(s)
Shows a string in white bright color
yellow(s)
Shows a string in yellow bright color
DATA
Fore = <colorama.ansi.AnsiFore object>
Style = <colorama.ansi.AnsiStyle object>
FILE
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/pydicts/colors.py