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 )apt install python3-plyer
# or
python -m pip install plyer
import time
from plyer import notification
notification.notify( title="hello", message="hello world", timeout=10 )