inprint

A small python module for printing with colours.


Keywords
colour, color, print, utils
License
GPL-2.0+
Install
pip install inprint==1.1.2

Documentation

Small python module for printing with colours

PyPi project page: https://pypi.org/project/inprint

Installation

Simply clone the repository and run the usual setuptools process:

$> git clone https://github.com/Exelscior/inprint.git && cd inprint
$> python setup.py {build,install}