Hi all,
I am running a fairly cpu intensive program, and i would like to show a progress bar to let the user know that the program is working. In the progress bar module, i would like to add a bit of code that allows me to call the module, and then execute the rest of the code. for instance:
I'm sorry if im being vague, but any help is greatly appreciated.
thanks.
I am running a fairly cpu intensive program, and i would like to show a progress bar to let the user know that the program is working. In the progress bar module, i would like to add a bit of code that allows me to call the module, and then execute the rest of the code. for instance:
Code:
import progressbar progressbar.run() generate_keys() #while progressbar is still running
thanks.