Skip to content

Instantly share code, notes, and snippets.

@Eeman1113
Created November 12, 2023 12:40
Show Gist options
  • Save Eeman1113/31a686ba00b3bd6b48d3de53352ca04c to your computer and use it in GitHub Desktop.
Save Eeman1113/31a686ba00b3bd6b48d3de53352ca04c to your computer and use it in GitHub Desktop.
def notify(message):
from plyer import notification
notification.notify(
title='Valid San :3',
message=message,
app_icon=None,
timeout=30,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment