how to fix geometry of a window in tkinter
from tkinter import *
#creating tkinter window
root=Tk()
#setting window's dimensions
root.geometry('520x520')
root.reziable(0,0) #Don't allow resizing in the x or y direction
root.mainloop()
how to fix geometry of a window in tkinter
from tkinter import *
#creating tkinter window
root=Tk()
#setting window's dimensions
root.geometry('520x520')
root.reziable(0,0) #Don't allow resizing in the x or y direction
root.mainloop()
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us