qqdm
A lightweight, fast and pretty progress bar for Python
Demo
Installation
pip install qqdm
Usage
The following is a simple example.
import time
import random
from qqdm import qqdm, format_str
tw = qqdm(range(10), desc=format_str('bold', 'Description'))
for i in tw:
loss = random.random()
acc = random.random()
tw.set_infos({
'loss': f'{loss:.4f}',
'acc': f'{acc:.4f}',
})
time.sleep(0.5)
For the demo gif shown above, you may refer to tests/test.py.
Release files for qqdm 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qqdm-0.0.7.tar.gz | 5.3 kB | Details |
Release files / qqdm-0.0.7.tar.gz
| Download URL | qqdm-0.0.7.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c2b5195a9f71ff58c0a25b6018c8610f69b4d7dee0c417ed62c69120290eda5d
|
|
BLAKE2b-256 checksum How to use checksums |
38496edfdb9c4d8433f4fc06e35eda38c3bd76bccc87320da54f95bf54899942
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2
|