Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

notify2 python example

n = notify2.Notification("Summary",
                         "Some body text",
                         "notification-message-im"   # Icon name
                        )
n.show()
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
7+1 =