AndersMalmgren / FreePIE

Programmable Input Emulator
650 stars 144 forks source link

Added tray icon #99

Closed drowhunter closed 7 years ago

drowhunter commented 7 years ago

regarding issue #98 added new function diagnostics.notify(string title, string message, format args) so you can pop up notifications in the taskbar via python script!

added command line option /t or /tray to start minimized example usage freepie.exe /tray "myscript.py" /run
will autorun the script in the tray

diagnostics.notify example usage: if starting: diagnostics.notify("Starting Script ...")

zelmon64 commented 7 years ago

This has been merged with some alterations