maximaze window in tkinter

31

root = Tk()
# for Ubuntu
root.attributes('-zoomed', True)
# for Windows
root.state('zoomed')

Comments

Submit
0 Comments