The Tkinter toolkit lets you create widgets (like buttons, for example) and give them a parent, such as a window or a frame. There is a top-level window that you’ll probably start with.
Tkinter is a built-in Python library that allows users to create simple graphical user interfaces (GUIs), interactive windows ...