A minimal progress UI.
Project description
Minimal Progress
A console progress UI library for python.
Visually presenting how long something is taking to the user is better than leaving them in the dark.
Usage
The interface is very simple. You just make a Progress object and call update() and pass it a percentage value.
from minimal import Progress
import time
# Program Main
processed = 0
total = 50
pg = Progress()
while processed != total:
processed += 1
pg.update(processed / total)
time.sleep(.1)
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
minimal_progress-0.0.1.tar.gz
(14.1 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 minimal_progress-0.0.1.tar.gz.
File metadata
- Download URL: minimal_progress-0.0.1.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a36f4ef47e0f7f2fc357b5d563e511aa63d5aa97257ba22cb02e067485dff7d
|
|
| MD5 |
6230b7db9bae069d2631f95a1a1c34f7
|
|
| BLAKE2b-256 |
04e276f560eb23a861b790a3a75a618558d0531734b6546a01e372930132ddd5
|
File details
Details for the file minimal_progress-0.0.1-py3-none-any.whl.
File metadata
- Download URL: minimal_progress-0.0.1-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7745b848df3271009087346c9c805119ec7c9ef2fb87183b3bfbe9f5e56e709d
|
|
| MD5 |
56764ea9456cad8746bb059f960f88a5
|
|
| BLAKE2b-256 |
f9f443746deeca852b4271037adeaac9d6226be86bbc4870df1d82fc2dc7d9c5
|