Python Forum
GUI progress bar for iterable objects - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code Review (https://python-forum.io/forum-46.html)
+--- Thread: GUI progress bar for iterable objects (/thread-24700.html)



GUI progress bar for iterable objects - KodenejmBerni - Feb-28-2020

Hi, I recently started to work on python package named prgb-pkg which contains 'wrapper' class for iterable objects, like in tqdm. It provides undisturbed console output thanks to GUI in tkinter.
All is already implemented and ready to be installed. I have already uploaded 0.2.1 version on PyPI.
I am now looking for any code improvements.
Code repository on Github: https://github.com/KodenejmBerni/prgb_pkg