2
I’m trying to make a kivy app that takes information from a database in the background, and when a change occurs in the database, send a notification to the user. Someone would know to tell me if it’s possible, and if so, how??
2
I’m trying to make a kivy app that takes information from a database in the background, and when a change occurs in the database, send a notification to the user. Someone would know to tell me if it’s possible, and if so, how??
0
Try using the '.pyw' extension to not open the terminal. Loop the program and only open a Kivy window when the condition is true.
Browser other questions tagged python python-3.x notifying
You are not signed in. Login or sign up in order to post.
Which platform you want to use, as you can use python’s pseudo Treads.
– Samuel Haidu