Im trying to find a way to center the window of a simple counter I made using Tkinter. Trying to find another way than using geometry I came across:
window.eval('tk::placeWindow . center')
But I don't know why this works and also I cant find it in the documentation. Anyone knows the answer?