I have been trying to make a personal assistant. I made a alarm clock a days ago, but its working like its testing if the date is the same like the real time. And my problem is that i would also use the main script while the alarm clock is check. But is there a way to do that? Like a module system or something else?
Asked
Active
Viewed 44 times
1
-
Either run two scripts of learn about [threading](https://www.tutorialspoint.com/python/python_multithreading.htm) – Mawg says reinstate Monica Aug 21 '18 at 14:55
1 Answers
1
Two solutions, Threads
https://en.wikibooks.org/wiki/Python_Programming/Threading
or async like gevent

eatmeimadanish
- 3,809
- 1
- 14
- 20