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
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
0
Thanks