How can I make tkinter elements with absolute positioning so they don't push each other?
Hard to tell what exactly you are looking for. If so far you've only used the pack() method for your layout, you should use grid(). Personally, I think grid() is flexible enough for most layouts, while at the same time being somewhat sane, i.e., preventing elements from overlapping each other.
If this is still too restrictive for your purposes, and you really want to position elements by their (x, y) coordinates, you can use the place() method.
Here's a nice tutorial, explaining the several layout management methods for Tkinter in detail, starting with absolute layout.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With