Those are two questions, actually:
- Adding a tray icon can be done with Win32 API. Example: SysTrayIcon.py
- Hiding the
cmd.exewindow is as easy as usingpythonw.exeinstead ofpython.exeto run your scripts.
Those are two questions, actually:
cmd.exe window is as easy as using pythonw.exe instead of python.exe to run your scripts.