Jendela Maximaze di Tkinter

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