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')
Release files for unprint 0.0.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| unprint-0.0.12.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| unprint-0.0.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.7 kB
Release files / unprint-0.0.12.tar.gz
| Download URL | unprint-0.0.12.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f93c8bce02499735e91dae3e2971458597b5d9bc9ba0232a0caa9fc3f86343e8
|
|
BLAKE2b-256 checksum How to use checksums |
29966d6d07592682173f2b6325f59e1c0d41224df77c1003fa1124d1372c2442
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.0
|
Release files / unprint-0.0.12-py3-none-any.whl
| Download URL | unprint-0.0.12-py3-none-any.whl |
|---|---|
| Size | 2.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a42e7cb966dc7a6e8df096ec509cd9bdf61308ad14b927dbc9bea186d0e0a703
|
|
BLAKE2b-256 checksum How to use checksums |
65d6bb1f809f6d5cb5f9b0cbf89c14ac21a98e3b35591322d7692553ebad591d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.0
|