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.
Install it using the terminal
pip install nqdm
Then import it as follows
from nqdm import nqdm
Please check main.ipynb for use cases
- tqdm - The progress bar
- Yamac Eren Ay - Initial work - yamaceay
This project is licensed under the MIT License - see the LICENSE.md file for details
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.
