Python Forum

Full Version: GUI progress bar for iterable objects
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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