Make Your Own Notifier Using Python

0

Make Your Own Notifier Using Python

  • In this program we learn how to write a code to make your own notifier using python.

Module used:

  • win10toast

Need to install

Source Code:

#Follow @Programmerfect

from win10toast import ToastNotifier

toast = ToastNotifier()
toast.show_toast("Notification","Follow @Programmerfect for more...",duration=20)

Output: 

  • After this code, your notification will be create and show the desktop.

 


 

Post a Comment

0Comments
Post a Comment (0)