Remova a barra de título em Tknter

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