I'm new to Tkinter and Python, Working from this Code as a baseline, I'd Like to Place the Button Frame for navigation to the different pages slightly raised from the bottom (inside this).
So how would I be able to .place the frame at that specific coordinates, or .grid it to the bottom right where i can pad it without obstructing the Pages?
As Mentioned and supported by @stovli, I found that the best solution is to rather cut off the bottom part of the frame and split it to its own frame and simply back it underneath the other frame. This results in a simpler design instead of managing frames on top of each other.