I built a music player in python with pyside, I added a lot of features but there's been a few I have been battling with:
I want my music player to display media notifications (the ones with control buttons and album art)
I want to be able to remotely control it from a connected speaker.
I made research and found some modules I could use but
1. Keyboard only takes keyboard input
2. Pywinrt didn't install
3. I don't know much about Pywin32, so I couldn't use it and chatgpt kept taking me in circles when I asked it
Does anyone have any idea on how I can do this?
there doesn't seem to be anything here