How could I make an app that works in the background with python and kivy?

2

I'm trying to make an app in kivy that takes information from a database in the background, and when there is a change in the database, send a notification to the user. Could you please tell me if it's possible, and if so, how?     

asked by anonymous 09.11.2017 / 20:24

1 answer

0

Try using the '.pyw' extension to not open the terminal. Put the program in Loop and only open a Kivy window when the condition is true.

    
10.11.2017 / 21:00