I'm not sure it's possible to do this, but is there any way for Tkinter to know which monitor you are currently using (in a multiple-monitor setup)?
I might be running with my laptop and external monitor, and run a script from either screen. Ideally, the Tkinter window generated by that script would open on the screen I'm currently working on.
I know how to set the geometry to force the window to open on the main monitor or on a secondary monitor, but I'm wondering if there's a way to figure out which is currently being used.
Thanks!