NQDM
A more generalised implementation to TQDM-progress bars, which simulates a single loop for multiple loops and returns multiple elements at the same time. It can iterate over the deeper levels. It is compatible with many data types, is customizable and beginner-friendly.
Installing
Install it using the terminal
pip install nqdm
Then import it as follows
from nqdm import nqdm
Get Started
Please check main.ipynb for use cases
Built With
- tqdm - The progress bar
Authors
- Yamac Eren Ay - Initial work - yamaceay
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Special Thanks to:
Acknowledgments
It's worth mentioning that this module is built on top of TQDM, I would like to thank them for making this process of creating progress bars easy and flexible.
Release files for nqdm 0.4.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 | |
|---|---|---|---|
| nqdm-0.4.12.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nqdm-0.4.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.6 kB
Release files / nqdm-0.4.12.tar.gz
| Download URL | nqdm-0.4.12.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d5ccc06d84b61deb708417b1b610b7885e4ecc663cf48c3c37f20372f21e9730
|
|
BLAKE2b-256 checksum How to use checksums |
92511e47248c20deafc8e55a48456d2bd97b9d5a602baf79afc78f826645d5e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|
Release files / nqdm-0.4.12-py3-none-any.whl
| Download URL | nqdm-0.4.12-py3-none-any.whl |
|---|---|
| Size | 5.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cb722e182ce23cc0a566aac9f8681ef4573337c644a775bd2a72e549e8e7bc05
|
|
BLAKE2b-256 checksum How to use checksums |
d1fdfd60cefe9f5f0da8c825020872fff4e164f2334550d1a22909d30cd69fac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|