Skip to content

Instantly share code, notes, and snippets.

@mschuetz
Created July 9, 2013 11:11
Show Gist options
  • Select an option

  • Save mschuetz/5956570 to your computer and use it in GitHub Desktop.

Select an option

Save mschuetz/5956570 to your computer and use it in GitHub Desktop.
free desktop notifications with python
>>> import pynotify
>>> pynotify.init()
>>> pynotify.init('console')
True
>>> pynotify.Notification('foo')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment