I want to show gif for 10 minutes and simultaneously scan some file in kivy ? but I don't Know how. Anyone Know That how can I do it ?
I want to click on button in kv file and show gif then simultaneously start scan.
I want to show gif for 10 minutes and simultaneously scan some file in kivy ? but I don't Know how. Anyone Know That how can I do it ?
I want to click on button in kv file and show gif then simultaneously start scan.
For this, I believe you need to use the async module.
this video should help (I was just learning about the same )