Skip to main content

A simple package to unprint stuff in terminal

Project description

Unprint

Unprint stuff in your terminal just by using unprint()

from unprint import unprint

print('apple')

print('this will be unprinted')
print('this will also be unprinted')
print('this too will be unprinted')

unprint(3)
# unprints 3 lines

print('this will be below apple')

Unprinting with a delay

from unprint import unprint

print('apple')

print('this will be unprinted')
print('this will also be unprinted')
print('this too will be unprinted')

unprint(3, delay=2)
# unprints 3 lines after a delay of 2 seconds

print('this will be after apple')

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

unprint-0.0.11.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

unprint-0.0.11-py3-none-any.whl (2.3 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