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?
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?
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.