Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Colors

Help on module pydicts.colors in pydicts:

NAME
    pydicts.colors

FUNCTIONS
    blue(s)
        Shows a string in blue bright color

    currency_color(value, currency_, decimals=2)
        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, decimals=2)
        Shows a percentage string in green or red color

    red(s)
        Shows a string in red bright color

    value_color(value, decimals=2)
        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.14.3/x64/lib/python3.14/site-packages/pydicts/colors.py