What's the simplest way to put a python script into the system tray?
My target platform is Windows. I don't want to see the 'cmd.exe' window.
Those are two questions, actually:
cmd.exe
window is as easy as using pythonw.exe
instead of python.exe
to run your scripts.