如何设置tkinter窗口透明

如何设置tkinter窗口透明

非常简单!

win.attributes('-alpha',0.5)

其中的0.5表示[0,1]范围的透明度。

你可能感兴趣的:(python,python库,window,tkinter)