Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 814 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 814 Bytes

Py-Toast-JPG



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