Skip to content
  • Tutorials
    • c programming
      • libraries
    • c++
    • Linux
    • Python
    • batch programming
    • Technology
  • IDE
  • Tools
tkinter make window not resizable 1

tkinter make window not resizable

June 23, 2022 by Anurag batra
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.

Categories Python Examples
Post navigation
code to calculate dice score
print every element in list python outside string
© MyEduKit - 2022 . All Rights Reserved.