when a window in Tkinter is resized, the new position is the made by taking the top left position and from there expanding on it (toward right side and bottom side of the screen) the window size.
Easier explanation (top left will still be top left).
so I’m curious if you can change that condition to a different point on a specific window resize – (bottom left, etc.)