Python Code Notes

Information by python engineer

How to "Just fit" tkinter main window to your display

Summarized how to just fit tkinter main window to the display edge. Normally the tkinter window is positioned slightly to the right of the position set using geometry method. You should take care if you want to just fit the window to your display.

example

how to just fit tkinter main window to the edge o…