Skip to main content

A simple library to print with color and style on Python 3

Project description

colorprint3

A simple library to print with color and style on Python 3

Installation

Use the package manager pip to install colorprint3.

pip install colorprint3

Usage

Same as build-in print() function but have a few extra arguments : fg_color, bg_color and style.

colorprint3.print(*word,sep=None,end=None,file=None,flush=None,fg_color=None,bg_color=None,style=[])

fg_color values : black, red, green, yellow, blue, magenta, cyan, white, s_black, s_red, s_green, s_yellow, s_blue, s_magenta, s_cyan, s_white & Custom colors.

bg_color values : black, red, green, yellow, blue, magenta, cyan, white, s_black, s_red, s_green, s_yellow, s_blue, s_magenta, s_cyan, s_white & Custom colors.

fg_color and bg_color also accept direct integer input from 0 to 7.

style values : bold, underline, italic, faint. Accepting multiple style by putting them inside a list.

Custom color format : [r,g,b]

Contributing

Please open an issue to report a bug or give suggestion.

License

GNU GPLv3+

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colorprint3-1.3a1.tar.gz (39.5 kB view hashes)

Uploaded Source

Built Distribution

colorprint3-1.3a1-py3-none-any.whl (27.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page