Update Idle Tasks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • drewski526
    New Member
    • Jan 2008
    • 7

    Update Idle Tasks

    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:
    Code:
    import progressbar
    progressbar.run()
    generate_keys() #while progressbar is still running
    I'm sorry if im being vague, but any help is greatly appreciated.
    thanks.
Working...