How to make my Tkinter app fit the whole window no matter the size?
I made a Tkinter app using Python. I want it to auto-resize and fill the whole window no matter how I resize it.
The problem is that when I expand the window size (using my cursor), grey space appears on the borders to fill the gaps (see the image below).