How to write a schedule programme in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to write a schedule programme in python

Hi I am in the school and because the quarantine I have to take virtual class, and I always forget to enter in the right time at the right class. Because that I want to do a python programme that open the zoom class in the right moment. I am new in python and programming in general, and because that I have a lot of problems to do that the script run every time and open the zoom class

15th May 2020, 5:22 PM
Arturo David Rebolledo Rosenstiehl
Arturo David Rebolledo Rosenstiehl - avatar
2 Answers
+ 1
Most modern operating systems has some kind of scheduler (Cron for linux, Task scheduler for windows) You have to code the actual function that opens zoom, then let a regular task scheduler do it for you
16th May 2020, 7:41 AM
NourEddine Yassine
0
Thanks
16th May 2020, 2:18 PM
Arturo David Rebolledo Rosenstiehl
Arturo David Rebolledo Rosenstiehl - avatar