问题
normally when you make a window in tkinter using Tk(), the standard shape of the window would be a square. Is there any way we can make the shape anything else?
回答1:
No, you cannot create windows of any shape other than a rectangle.
来源:https://stackoverflow.com/questions/64294866/different-shapes-of-windows-in-tkinter