Skip to content

Instantly share code, notes, and snippets.

@JayantGoel001
Created January 9, 2021 18:30
Show Gist options
  • Save JayantGoel001/c8acee459da889537977538436efd83a to your computer and use it in GitHub Desktop.
Save JayantGoel001/c8acee459da889537977538436efd83a to your computer and use it in GitHub Desktop.
Create Desktop Notification using plyer
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