I was wondering if there is a way to remove the borders (titlebar with buttons and the edges on each side) of a tkinter window. Does someone know how to do that?
Couldn't find any solution for this in the web.
I was wondering if there is a way to remove the borders (titlebar with buttons and the edges on each side) of a tkinter window. Does someone know how to do that?
Couldn't find any solution for this in the web.
Try to set borderwidth
and highlightthickness
to 0