A running progress bar package with animation
Project description
pip install runqdm
What is runqdm?
runqdm visually represents the progress of your running code with a running person ASCII animation
Usage Examples
from runqdm import runqdm
for i in runqdm(range(10)):
sum(x ** 2 for x in range(1, 10**7))
from runqdm import runqdm
import time
for i in runqdm([1,2,3,4,5]):
time.sleep(2)
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
runqdm-1.0.1.tar.gz
(6.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file runqdm-1.0.1.tar.gz.
File metadata
- Download URL: runqdm-1.0.1.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04a930108d48d1dce63470cf9b99d5727b778a8616fb2cc9a3ddc45b566bff2d
|
|
| MD5 |
ae0a55906bbed038b9b5b7b7e2070646
|
|
| BLAKE2b-256 |
04105ab5028a9f710a0166319fc9ab1a959c2665cc523c016f2c997113726b30
|
File details
Details for the file runqdm-1.0.1-py3-none-any.whl.
File metadata
- Download URL: runqdm-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f511f9ab6f0aeb0466227d00b041369f83a5d9c654195160d4d14b3e8460ac79
|
|
| MD5 |
e0239a429be1f3bbf68fe79c94fd7d45
|
|
| BLAKE2b-256 |
adae0cc432a95320a8e2f38f5b88fae72ef7c3d2bdbc5b9605222fd8cb43bbc0
|