rumps icon indicating copy to clipboard operation
rumps copied to clipboard

How can i run rumps and tkinter app loop asynchronously

Open pankajPizone opened this issue 5 years ago • 1 comments

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

pankajPizone avatar Aug 08 '19 13:08 pankajPizone

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

jinusean avatar Oct 14 '20 10:10 jinusean