mirror of
https://github.com/assenzostefano/notify-game-epicgames.git
synced 2025-01-06 21:01:47 +01:00
3 lines
127 B
Python
3 lines
127 B
Python
from win10toast import ToastNotifier
|
|
toaster = ToastNotifier()
|
|
toaster.show_toast("Sample Notification","Python is awesome!!!") |