I've been working on a program in Python, that allows people to interact with the machine via Whatsapp. Now I want to be able to see whenever people send a message in the form of a small pop-up on my windows pc.
What I'm looking for now, is a way to send a message from my Linux machine to my Windows pc. For example I would like to have a line of code in my script, that when ran, the windows pc would receive a notification. I'm sure there are programs out there, but I couldn't find it after an hour of searching.
TL DR; Send a message via a Python script to a windows machine as a notification (in the bottom right)
I would love to hear your ideas!
Rick