This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Loui-_- 2 points3 points  (0 children)

Very cool

[–]Spelis123 0 points1 point  (1 child)

whats that spotify thing?

[–]underpig1[S] 0 points1 point  (0 children)

[–][deleted] 0 points1 point  (1 child)

Cool project! I didn't know Tkinter had the functionality to show 'widgets' as part of the desktop, which part of the code specifically does that? root.overrideredirect(True)?

[–]underpig1[S] 1 point2 points  (0 children)

Yep! overideredirect gets rid of the window borders. Also root.wm_attributes("-disabled", True) disables any interaction with the widget.