Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.
Artur Paiva edited this page Dec 9, 2015 · 12 revisions

Welcome to the mprint,

mprint is a Python module who allows easly coloring and formatting for your CLI based text.

Requirements

Any Unix or DOS based console who support color output and Python 2.7 or above.

Instalation

mprint acts like any other Python package, just clone and:

python ./setup.py install

And you're ready.

Dependecies

Since Windows-based systems does not have support for ANSI Escape Sequencies, mprint has the 'colorama' package as dependecy for Windows-based terminals, on Unix Systems, there's no dependecy.

Usage

You can start by checking our [Markup Language] (https://github.com/h0m3/python-mprint/wiki/Markup-Language) or see what Functions are avaliable for you.

If you still don't know how to use it, check our [Examples] (https://github.com/h0m3/python-mprint/wiki/Markup-Examples), they are very simple and direct.