Skip to main content

A simple module for print.

Project description

Niceprint

This python module is used to print text in a fashonable, colored and styled way

Usage

Print : This is a class which prints the given text or group of texts in a particular color and at a particular time.

Example

from niceprint import Print
Print("Print test", color="c")

MultiColoredPrint : This is a class which prints a given text or group of texts in different colors at a particular time

Example

from niceprint import MultiColoredPrint as mcp
mcp("Print test", color=["r", "g"])

Installation

For installation pip install niceprint or pip3 install niceprint

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

niceprint-1.2.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

niceprint-1.2.0-py3-none-any.whl (3.1 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