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('520x400+350+200')
Explanation: ('width x height + X coordinate + Y coordinate')