how to send sequential data to label in kivy? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

how to send sequential data to label in kivy?

i tried to use a loop either for or while to send battery percentage to label but it doesn't work,any ideas how to fix it?

13th Aug 2019, 10:18 PM
Sajad
Sajad - avatar
1 Respuesta
0
ok i found the answer to my question so if any one else has the same problem u can use: from kivy.clock import Clock Clock.schedule_interval(function name without parentheses,the time u want it to wait before running the function again)
19th Aug 2019, 1:38 PM
Sajad
Sajad - avatar