How can I tell a Tkinter window where to open, based on screen dimensions? I would like it to open in the middle.
root.geometry('250x150+0+0')
The first two parameters are the width and height of the window. The last two parameters are x and y screen coordinates. You can specify the required x and y coordinates