I’ve written a number of Python apps where I would like it to print some sort of counter or progress bar to STDOUT to let me know that it is still running instead of locked up or died somehow without me being able to see it.
I had tried using a couple of different existing progress bar related modules but none of them really worked except in a very specific use case.
So, after a bit of futzing around I → Continue reading “Creating a Counter or Progress Bar for a Python Program”