Usuń tytułowy pasek w Tkinter

from tkinter import *
root = Tk()
root.overrideredirect (True)
root.mainloop()
Handsome Hedgehog