root.resizable(False, False)
Here is what the above code is Doing:
1. We import the Tkinter module.
2. We create the main window.
3. We change the title of the main window.
4. We change the geometry of the main window.
5. We disable the resizing property.