Skip to content

Instantly share code, notes, and snippets.

@mafice
Created April 22, 2012 13:02
Show Gist options
  • Select an option

  • Save mafice/2464039 to your computer and use it in GitHub Desktop.

Select an option

Save mafice/2464039 to your computer and use it in GitHub Desktop.
show notification using pynotify
import pynotify
pynotify.init("pynotify_test")
n = pynotify.Notification("Hi!", "1\n2")
n.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment