Jul-12-2019, 06:00 PM
I need an event scheduler where the time can be set in hours, minutes, seconds and milliseconds. Would anyone have a package or code they could recommend?
Thank you,
yeto
Thank you,
yeto
|
Need an event scheduler that can get down to milliseconds.
|
|
Jul-12-2019, 06:00 PM
I need an event scheduler where the time can be set in hours, minutes, seconds and milliseconds. Would anyone have a package or code they could recommend?
Thank you, yeto
Jul-12-2019, 06:58 PM
https://schedule.readthedocs.io/en/stable/ maybe?
Quote:
Jul-12-2019, 09:52 PM
(Jul-12-2019, 06:58 PM)nilamo Wrote: https://schedule.readthedocs.io/en/stable/ maybe? I was not able to install the "time" package. Would there be a work around? Thank you, yeto
Jul-12-2019, 10:49 PM
time does not need installing, its part of the python standard library.
(Jul-12-2019, 06:58 PM)nilamo Wrote: https://schedule.readthedocs.io/en/stable/ maybe? It works. Thank you. I just need to modify it a little to suit my needs. Thanks to you I am on my way to completing my first script. Thank you, yeto (Jul-12-2019, 10:49 PM)Yoriz Wrote: Thank you. That helped. I also Googled "python standard library" so I will know to check there first in the future. Thank you for taking time to help a newbie, yeto |
|
|