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

Asked

Viewed 187 times

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

  • 1

    Which platform you want to use, as you can use python’s pseudo Treads.

1 answer

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

You are not signed in. Login or sign up in order to post.