View Single Post
Old 11-05-2024, 02:36 AM   #2
Buschhardt
Junior Member
Buschhardt began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2024
Device: Tolino Vision 5
Thanks to kovidgoyal

Here is an example

from calibre.gui2 import notify
n = notify.get_notifier()
n('hello', timeout=3000)
Buschhardt is offline   Reply With Quote