Skip to content

Instantly share code, notes, and snippets.

@Abhayparashar31
Created July 8, 2020 11:54
Show Gist options
  • Save Abhayparashar31/e8e3115261b359ca8c44d64985e43228 to your computer and use it in GitHub Desktop.
Save Abhayparashar31/e8e3115261b359ca8c44d64985e43228 to your computer and use it in GitHub Desktop.
from win10toast import ToastNotifier
toaster = ToastNotifier()
title = 'sample title'
msg = 'sample msg'
toaster.show_toast(title,msg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment