tkinter root geometry size and position
from tkinter import *
root = Tk()
# creating fixed geometry of the
# tkinter window with dimensions 150x200
# Positions the window at x=400 and y=300
root.geometry('200x150 + 400 + 300')
root.mainloop()
tkinter root geometry size and position
from tkinter import *
root = Tk()
# creating fixed geometry of the
# tkinter window with dimensions 150x200
# Positions the window at x=400 and y=300
root.geometry('200x150 + 400 + 300')
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