Skip to main content

An easy to use Python Pretty Print

Project description

Python Pretty Print

A simple and lightweight Python library to use as a replacement of the default print() function.

Full documentation available on Github. Feel free to submit any feature request or bug report !

Getting started

Download and install

pip install ppprint

Standard use

from ppprint import ppprint

JavaScript-like use

from ppprint import console

console.log("Hello World !")
console.warn("Careful ...")
console.error("Ooops something went wrong !")
console.info("Climate change is real.")
console.debug("this code works")

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

ppprint-0.1.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

ppprint-0.1.0-py3-none-any.whl (17.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