When homebrew downloads software there's this progress bar which is really nice,
######################################################################## 100.0%
I wrote some Python scripts and I run them in the terminal too, and I want to have the same progress bar as the script runs. For example if I have a long for
loop I would like to have this progress bar as it runs through the loops. How can I print this progress bar in Python?