Dup Ver Goto 📝

Notifications with Plyer

To
16 lines, 35 words, 250 chars Page 'PlyerNotifications' does not exist.

Notifications with Plyer

To Install

apt install python3-plyer
# or
python -m pip install plyer

Example

import time
from plyer import notification

notification.notify( title="hello", message="hello world", timeout=10 )