wxPython: How to Communicate with Your GUI via sockets
I sometimes run into situations where it would be nice to have one of my Python scripts communicate with another of my Python scripts. For example, I might want to send a message from a command-line script that runs in the background to my wxPython GUI that’s running on the same machine. I had heard […]
wxPython: How to Communicate with Your GUI via sockets Read More »