Skip to main content

A module for coloring print statement.

Project description

Setting Text ForeGround Color. This can be used with Print Statement.

Eg:

Python3.x:

import bcolors as b print(b.OK + “Color Statement” + b.END)

Python2.x:

import bcolors as b print b.OK + “Color Statement” + b.END

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

bcolors-1.0.2.tar.gz (1.0 kB view hashes)

Uploaded Source

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