I want to initialize a window as maximized, but I can\'t find out how to do it. I\'m using python 3.3 and Tkinter 8.6 on windows 7. I guess the answer is just here: http://w
The most pythonic is" root.wm_state('zoomed'), as mentioned by @J.F.Sebastian
root.wm_state('zoomed')