Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

macOS 桌面通知

import os

def notify(title, text):
    os.system("""
    osascript -e 'display notification "{}" with title "{}"'
    """.format(text, title))

notify("Title", "Heres an alert")
  • 用途
    • B站 数据统计
    • 股票 涨跌 警告
    • 突发事件 地震