S
S
Serjon2020-11-06 14:28:21
Python
Serjon, 2020-11-06 14:28:21

How to run a function on a schedule in Python Kivy?

Python has a module to run a function on a time interval Clock.schedule_interval. And how to make a periodic launch at the exact time, for example 12:30?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Dunayevsky, 2020-11-14
@dunmaksim

Use cron :

30    12    *     *    *    /usr/sbin/python full_path_to_your_script.py

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question