jyang

此功能的实现主要使用 python 第三方库 win10toast 

https://github.com/jithurjacob/Windows-10-Toast-Notifications

1. 安装win10toast 

pip install win10toast 

2. 使用示例

from win10toast import ToastNotifier
toast = ToastNotifier()
toast.show_toast(title="This is a title", msg="This is a message",
                 icon_path=r"C:\Program Files\Internet Explorer\images\bing.ico", duration=10)

3. 效果展示

 

分类:

技术点:

相关文章:

  • 2021-10-28
  • 2022-12-23
  • 2021-11-09
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-08
  • 2021-08-19
  • 2021-05-14
相关资源
相似解决方案