Created
January 9, 2021 18:30
-
-
Save JayantGoel001/c8acee459da889537977538436efd83a to your computer and use it in GitHub Desktop.
Create Desktop Notification using plyer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from plyer import notification | |
title = "Hey Coders" | |
message = "I am Jayant Goel" | |
notification.notify(title=title, message=message, app_icon=None, timeout=10, toast=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment