Python module to print in color using py3k-style print function
Project description
Module colorprint
~~~~~~~~~~~~~~
Python module to print in color using py3k-style print function. It uses
funny hack, which allow to create print function instead standard print
routine and give it some "black" magic.
Print function is like imported for __future__, but has three additional
parameters: color (foreground of text output), background (it's background)
and format (bold, blink and so on).
You can read more at __future__.print_function documentation.
Usage example
-------------
>>> from __future__ import print_function
>>> from colorprint import *
>>> print('Hello', 'world', color='blue', end='', sep=', ')
>>> print('!', color='red', format=['bold', 'blink'])
Hello, world!
^-- blue ^-- blinking, bold and red
:copyright: 2012 Aleksey Rembish
:license: BSD
~~~~~~~~~~~~~~
Python module to print in color using py3k-style print function. It uses
funny hack, which allow to create print function instead standard print
routine and give it some "black" magic.
Print function is like imported for __future__, but has three additional
parameters: color (foreground of text output), background (it's background)
and format (bold, blink and so on).
You can read more at __future__.print_function documentation.
Usage example
-------------
>>> from __future__ import print_function
>>> from colorprint import *
>>> print('Hello', 'world', color='blue', end='', sep=', ')
>>> print('!', color='red', format=['bold', 'blink'])
Hello, world!
^-- blue ^-- blinking, bold and red
:copyright: 2012 Aleksey Rembish
:license: BSD
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
colorprint-0.1.tar.gz
(2.1 kB
view details)
File details
Details for the file colorprint-0.1.tar.gz
.
File metadata
- Download URL: colorprint-0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db62effb1bb0e8ed1814893dcd62b66b6c8945af626ce790be2f8d095b24bd74 |
|
MD5 | 1c0547948b914b54aefd5064c3d498e2 |
|
BLAKE2b-256 | 3d8b2fc4666a0f335e044af01e1eca3cfb3a942f7966597e7c5d508a01a60cf0 |