Skip to main content

Print colored status messages.

Project description

print_msg module

Python 3.4, 3.5, 3.6, 3.7 pypi version requirements

wheel license commit activity goto counter

This module helps to print status messages in color depending on their content.

Installation:

Github:

  1. $ git clone https://github.com/shvetsovdmitry/print-msg/
  2. $ cd print-msg/
  3. $ python3 setup.py sdist
  4. $ cd dist/
  5. $ sudo pip install print_msg-0.9.3.tar.gz

pip:

$ sudo pip install print-msg

Using:

import print_msg

print_msg(status='%status_code%', msg='%message%', end='%optional%')

Status codes:

  • 'ok' -> [--OK--] %Message%;
  • 'error' -> [-ERROR-] %Message%;
  • 'status' -> [STATUS] %Message%;
  • 'time' -> [-TIME-] Execution time -> %time%;

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

print_msg-0.9.4.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

print_msg-0.9.4.2-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