jaredks / rumps

Ridiculously Uncomplicated macOS Python Statusbar apps
BSD 3-Clause "New" or "Revised" License
3.06k stars 177 forks source link

How can i run rumps and tkinter app loop asynchronously #123

Open pankajPizone opened 4 years ago

pankajPizone commented 4 years ago

I want to make status bar app and app GUI also together using rumps and tkinter but these are crashing the app.

jinusean commented 3 years ago

I had to run TKinter in another process and then communicate with it using Pipe or Queue.