Saturday, May 7, 2022

Windows Notification in Python (NeuralNine)

# https://www.youtube.com/watch?v=5EHEG4gMCNs


from win10toast import ToastNotifier


toaster = ToastNotifier()

toaster.show_toast("Notification", "This is a message", duration=5)


No comments:

Post a Comment