如何从plyer.notification中删除单词“Python”?

2024-04-20 11:14:28 发布

您现在位置:Python中文网/ 问答频道 /正文

有没有办法从通知中删除此页脚?我正在使用plyer.notification

代码如下:

from plyer import notification

notification.notify(title='THIS IS THE TITLE', message='THIS IS THE MESSAGE', app_name='THIS IS THE APP NAME', app_icon='icon.ico', timeout=20)

这是通知的屏幕截图 This is the screenshot of the notification

多谢各位


Tags: the代码fromimportapptitleisnotify