使用pip安装:
pip3 install plyer
使用方法:
from plyer import notification
notification.notify(
title="test", #标题
message="aaaa", #内容
app_icon="None", #图标
timeout=1, #通知持续时间
)
标签:plyer,python,通知,linux,windows,notification
From: https://www.cnblogs.com/Lemon-233/p/17032429.html