I\'m not very good with tkinter of python, but i would like to know if theres a way to make a window inside a window, where that window cannot get out of the main window\'s
There's nothing built-in to facilitate this, though there are enough building blocks to build your own. You can, for example, create a frame with some custom bindings that allow you to move it around its parent using the place geometry manager.