Skip to content

Instantly share code, notes, and snippets.

@Abhayparashar31
Created December 8, 2020 14:07
Show Gist options
  • Save Abhayparashar31/3896bc7ef169f623083ea02d9e97cf6d to your computer and use it in GitHub Desktop.
Save Abhayparashar31/3896bc7ef169f623083ea02d9e97cf6d to your computer and use it in GitHub Desktop.
from win10toast import ToastNotifier
toaster = ToastNotifier()
header = 'Medium Article'
text = 'Its the correct time to start writing your article'
toaster.show_toast(f"{header}",f"{text}",duration=10,threaded=True)
while toaster.notification_active(): time.sleep(0.005)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment