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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file unprint-0.0.11.tar.gz
.
File metadata
- Download URL: unprint-0.0.11.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81e72ccb59a9351d0ef75ae5ad47e6f47f37591618f7d9ee5ef4891fb0d1b5af |
|
MD5 | e7eb3c5744074e1083863303e89830e9 |
|
BLAKE2b-256 | 919d539da4f652695955ab9257d507f0d8a2388627bb90ebccdcb53fb8ce2001 |
File details
Details for the file unprint-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: unprint-0.0.11-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac6bc2ad83455868cf096c651848fa89f651096a735d2c3aefcc3473274320b0 |
|
MD5 | ead93ff7c9d1398878e8f367ea1ed76f |
|
BLAKE2b-256 | aeb12de7e20ecec417b4de3ebdcfe6527fbeb8759a0c970d915c73d0604f5b51 |