Python Forum

Full Version: Tkinter multiple windows in the same window
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

I am trying to develop an application in Tkinter that have one main screen and 4 sub-screens inside the main screen. I want to control this screens (close, minimize and drag them) . Has anyone done this before ?

Thanks in advance
I would suggest wxpython if you plan to use dragging. I handles drag and drop very well. PyPi, homepage

You can also use Qt (pyside6) PyPi, homepage
Please note that Qt requires license for commercial application, wxpython does not.