Skip to main content

Prints formatted console output tagged as info, warning or error. Usage is similar to `print()`.

Project description

SCout - Standard Character Out

Small python 3 library to print uniformly formatted console output tagged as

  • info,
  • warning,
  • error or
  • header.

If your console supports it coloured output will be used.

Usage

Similar to print():

import SCout

SCout.header("Welcome to SCout :)")
SCout.info("test")
SCout.error("error")
SCout.warning("Warning")

Example output:

Output Image: https://github.com/holzkohlengrill/SCout/raw/master/output.png

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

pypiscout-1.2.tar.gz (1.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