rumps
rumps copied to clipboard
How can i run rumps and tkinter app loop asynchronously
I want to make status bar app and app GUI also together using rumps and tkinter but these are crashing the app.
I had to run TKinter in another process and then communicate with it using Pipe or Queue.