Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

push notification using python

toaster = ToastNotifier()
toaster.show_toast("Weather Information",
    f"{information}",
    duration=10,
    threaded=True)
    while toaster.notification_active(): time.sleep(0.005)
Source by codingblog.online #
 
PREVIOUS NEXT
Tagged: #push #notification #python
ADD COMMENT
Topic
Name
7+8 =