Skip to main content

Lightweight library for prettier terminal outputs

Project description

Prettier_prints

Lightweight library for prettier terminal outputs

Current functions:

  • print()
  • output_message()

Example:

from prettier_prints.prettier_prints import PrettierPrints
prettier_prints = PrettierPrints()

prettier_prints.print(color=prettier_prints.magenta, message='test', bold_text=True)

prettier_prints.output_message(color_one=prettier_prints.red, msg='This is a test',
                               color_two=prettier_prints.green, output='The test worked')

output:
test
This is a test -> The test worked

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

prettier_prints-1.2.0-py3-none-any.whl (2.3 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