Skip to main content

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

Release files for overprint 0.0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for overprint 0.0.2
File Interpreter ABI Platform
overprint-0.0.2-py2.py3-none-any.whl Python 2, Python 3 none any Details

Release files / overprint-0.0.2-py2.py3-none-any.whl

Download URL overprint-0.0.2-py2.py3-none-any.whl
Size 2.8 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
b84df2e2849ad2d1d2e00e992ba701ee524011ec61d038ec4f1099d809017c62
BLAKE2b-256 checksum
How to use checksums
8ad7caeda34d826aa2801cb4374373bceb52c57ca07ae944e26fb340eaaf7a7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.0.2 This release

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page