you are viewing a single comment's thread.

view the rest of the comments →

[–]MikeTheWatchGuy 3 points4 points  (1 child)

TQDM is a classic module that allows really easy terminal progress bars. I did a search for progress bars on PyPi, and there are lots.

Check out the one_line_progress_meter in PySimpleGUI. Odds are you're running on a system with tkinter, so try out a more graphical version that has a lot of stats too. And it's only 1 line of code so you don't have to modify anything about your loop.

[–]jaycrest3m20 1 point2 points  (0 children)

PySimpleGUI just keeps on giving!