Ubuntu 气泡提示的 python 接口


import pynotify

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