Notifications for completion #6

Closed
opened 2023-09-13 22:12:46 -04:00 by 20xd6 · 0 comments
Owner

Notifications for downloads having completed could be a useful feature.
The following example using plyer was taken from here.

from plyer import notification


notification.notify(
    title = 'testing',
    message = 'message',
    app_icon = None,
    timeout = 10,
)
Notifications for downloads having completed could be a useful feature. The following example using plyer was taken from [here](https://python.plainenglish.io/how-to-send-desktop-notifications-with-python-62a738850fbf). ```python from plyer import notification notification.notify( title = 'testing', message = 'message', app_icon = None, timeout = 10, ) ```
20xd6 added the Kind/Feature
Priority
Low
labels 2023-09-13 22:12:46 -04:00
20xd6 closed this issue 2023-09-13 22:40:40 -04:00
Sign in to join this conversation.