Hapus judul bilah di Tkinter

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