Skip to main content

Simple nicer command line interface to easily rewrite the previous line of text.

Project description

Utility to help rewrite previous line of text,

Usefull and keep user informed of advancement, and keep a reactive command line interface

import time
from overprint import overprint


with overprint() as (reprint, print):
    print('step 1')
    for i in range(10):
        reprint('.'* ( i % 3 +1))
        time.sleep(0.5)

# will display 3 animated dots

The reprinted line will keep moving down while you use the normal print statement which does not change normal programming flow.

overprint even provide you with an option to replace (temporarily) the built-in print statement in case you do not control the underlying libraries.

use python -m overprint for a demo

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

overprint-0.0.2-py2.py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 2 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