Skip to main content

A simple Python project to generate nice prints

Project description

https://img.shields.io/github/release/24aitor/NicePrinter.svg https://img.shields.io/badge/Built%20For-Python%203.X-orange.svg https://img.shields.io/badge/license-MIT-blue.svg

What is Nice Printer?

Nice printer is a project to improve your python scripts presentations by printing nice outputs on your shell easily.

Screenshots of example.py output

https://i.imgur.com/j1Of5ix.png https://i.imgur.com/uGMzMvK.png https://i.imgur.com/jaLykwa.png https://i.imgur.com/K4N2mK7.png

API

  • underline(string)

  • darkcyan(string)

  • purple(string)

  • yellow(string)

  • green(string)

  • cyan(string)

  • blue(string)

  • bold(string)

  • red(string)

  • colorsChars(string)

  • center(string)

  • hr(percentage = 75, sym = ‘-‘)

  • box(string, hsym = ‘-’, vsym = ‘|’)

  • bbox(string)

  • cbox(string, hsym = ‘-’, vsym = ‘|’)

  • cbbox(string)

  • title(string, percentage = 75, sym = ‘-‘)

  • listing(head, array, vsym = ‘|’, hsym = ‘=’, centered = False, boldHead = True)

  • table(array, vsym = ‘|’, hsym = ‘=’, centered = False, boldHead = True

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

NicePrinter-1.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

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