Ubuntu 氣泡提示的 python 接口


import pynotify

def sendmessage(title, message):
    pynotify.init("Test")
    notice = pynotify.Notification(title, message)
    notice.show()
    return
相關文章
相關標籤/搜索