Replies: 1 comment
|
Honestly I never thought Python could do desktop widgets until I stumbled across pystray last year. Built a little weather thing for my taskbar in like twenty minutes and it actually worked. The trick is you gotta use system tray since Windows doesn't really let Python touch the home screen directly. If you're fancy you can wrap a Flask backend with Electron but that's overkill for most stuff. Just my two cents though, someone else might know a cleaner way. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
can I add a python widget to windows home screen and desktop etc.
All reactions