Skip to content

Instantly share code, notes, and snippets.

@k0001
Created May 6, 2009 03:22
Show Gist options
  • Save k0001/107340 to your computer and use it in GitHub Desktop.
Save k0001/107340 to your computer and use it in GitHub Desktop.
>>> import pynotify
>>> pynotify.init(u"My Application")
True
>>> pynotify.Notification(u"Hello", u"World").show()
True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment