<div dir="ltr"><div>Hi devs,</div><div><br></div><div>I would like to include a progress bar in a script / addon. I guess that is going to be tricky, but even showing the progress bar of the individual functions would be useful. E.g.,  when the script runs two functions in sequence:<br></div><div><br></div><div>gs.run_command("r.univar", ....)</div><div>gs.run_commaqnd("r.mapcalc", ...)</div><div><br></div><div>I would be happy if I could make it show the progress bar for the r.univar function when that one is running, and next, show the progress bar for r.mapcalc when that is running. I have found <a href="https://grasswiki.osgeo.org/wiki/GRASS_Python_Scripting_Library#Percentage_output_for_progress_of_computation">https://grasswiki.osgeo.org/wiki/GRASS_Python_Scripting_Library#Percentage_output_for_progress_of_computation</a>, but I am not sure how to go from there. Any ideas or examples?<br></div><div><br></div><div>Cheers,</div><div><br></div><div>Paulo<br></div></div>