The one and only cross-platform Toaster/Notification in python. from creed import Notif #Using Subprocess.Call() Notif(title="Python", message="Hello, World", duration=20).Toast() #Using a Native Interface Toast Notifications ## Coming Soon