Skip to main content

Print color in Python 3

Project description

colorprint3

A simple library to print color on Python 3

Build Status : Python Package

Installation

Use the package manager pip to install colorprint3.

pip install colorprint3

Usage

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

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

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.

style values : bold, underline.

Custom color format : [r,g,b]

Contributing

Please open an issue to report a bug or give suggestion. Feel free to fork this project.

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.1a0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

colorprint3-1.1a0-py3-none-any.whl (16.0 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