Skip to main content

Small python package for printing text in different colours and typography.

Project description

cprint

Small python package for printing text in different colours and typography.

Installation

pip install c-print

Prerequisites

You need to have a Python2.7+ or Python3+ installation with the following libraries:

Usage

The cprint() function simply adds one keyword argument, c, to the python print() function. This extra keyword argument can change the output of print() to one colour and any number of given styles. Colours are given in lower case and styles in upper case. Any other keyword arguments are passed on to print().

Character Colour
'k' black
'r' red
'g' green
'y' yellow
'b' blue
'm' magenta
'c' cyan
'w' white
Character Style
'B' bold
'D' dark
'I' italic
'U' underline
'F' flash
'R' reverse colour
'C' crossed through

Example:

from cprint import cprint
cprint('Hello World!', c='rB')
cprint('Hello World!', 'Monty Python', c='bUI', 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

c-print-1.0.1.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

c_print-1.0.1-py3-none-any.whl (14.9 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