Skip to main content

An easy way to print messages intended to be overwritten.

Project description

license pypi

temprint

temprint is an acronym for temporary print

This package provides an easy way to output temporary prints intended to be overwritten by other messages. Use it if you want to avoid flooding your terminal with old prints.

Usage

  1. Install it with $ pip install temprint

  2. Now you can use the temprint function, as in:

from time import sleep
from temprint import temprint

msgs = [
    'a short message',
    'a slightly longer message',
    'a tiny msg',
    'a very big message. it is so big that it cannot fit in your ' +
    'terminal width and temprint will behave as a regular print',
    'now a short message again',
    'and a shorter message'
]

for msg in msgs:
    temprint(msg)
    sleep(2)

You should see the messages being printed and then erased iteratively.

If the message is longer than your terminal width, temprint will behave as the regular built-in print function.

The temprint function can receive a series of objects to be printed and a separator:

>>> temprint('first', 'second', 'third', sep='/')
first/second/third

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

temprint-1.0.3.tar.gz (2.6 kB view details)

Uploaded Source

File details

Details for the file temprint-1.0.3.tar.gz.

File metadata

  • Download URL: temprint-1.0.3.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0

File hashes

Hashes for temprint-1.0.3.tar.gz
Algorithm Hash digest
SHA256 119d7df90d04cbfe030c2d9de730f486a73b52caa727c7de70181cc3944f3c03
MD5 ea576bae52dba3af4a92dc14c36f7492
BLAKE2b-256 b6be7bc01416ce47612069cbf5ff6f4d3c523ef8c4420a5893560e288f3981cf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page