Answer the question
In order to leave comments, you need to log in
How to get W10 Notification Center messages in Python?
Ways to send messages to the W10 Notification Center are known
Non-blocking
import plyer
plyer.notification.notify( message='Сообщение',
app_name='Приложение',
#app_icon='sample.jpg',
title='Заголовок', )
print('unnblock')
from win10toast import ToastNotifier
notifier = ToastNotifier()
notifier.show_toast("Sample Notification", "You are learning at Tutorialspoint", duration = 5)
print('unnblock')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question