Is there a way to schedule my script?

Terry Reedy tjreedy at udel.edu
Fri Dec 19 00:58:22 EST 2014


On 12/18/2014 8:55 PM, Juan Christian wrote:
> On Thu Dec 18 2014 at 11:35:11 PM Chris Angelico <rosuav at gmail.com
> <mailto:rosuav at gmail.com>> wrote:
> Why does this matter to you? Why am I getting the feeling that I
> should not be helping you?
>
> Because that's what my project is all about, I need to fake some 'human
> actions' inside the network to do some benchmarks and test internal
> stuffs. This need to be 'flexible'.

Tkinter's .after method makes it trivial to schedule and run a function 
at either regular or haphazardly variable intervals and add the result 
to a gui display.


-- 
Terry Jan Reedy




More information about the Python-list mailing list