#To eliminate title bar use this root = tkinter.Tk() root.overrideredirect(True) #NOTE #This would restore the geometry values