Notification toast with time counter
up vote
-2
down vote
favorite
I have problem with notification toast triggered by other event. Is there easy way to add stopper that will show how long toast is up? (opposite of duration countdown)
from win10toast import ToastNotifier
toaster = ToastNotifier()
toaster.show_toast("Action",
"Item in your queue is waiting already over:",
icon_path=None,
duration=600)
I'm programming newbie and I'll appreciate community help :)
Fr some reason I'm unable to install notify2 via pip, but toast is enough for me now.
python python-3.x windows
add a comment |
up vote
-2
down vote
favorite
I have problem with notification toast triggered by other event. Is there easy way to add stopper that will show how long toast is up? (opposite of duration countdown)
from win10toast import ToastNotifier
toaster = ToastNotifier()
toaster.show_toast("Action",
"Item in your queue is waiting already over:",
icon_path=None,
duration=600)
I'm programming newbie and I'll appreciate community help :)
Fr some reason I'm unable to install notify2 via pip, but toast is enough for me now.
python python-3.x windows
I need timer to count from the moment notification is triggers 00:00:00 till it disappears 00:10:00 (ten minutes on current example)
– Michał Sędziwój
Nov 8 at 17:15
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I have problem with notification toast triggered by other event. Is there easy way to add stopper that will show how long toast is up? (opposite of duration countdown)
from win10toast import ToastNotifier
toaster = ToastNotifier()
toaster.show_toast("Action",
"Item in your queue is waiting already over:",
icon_path=None,
duration=600)
I'm programming newbie and I'll appreciate community help :)
Fr some reason I'm unable to install notify2 via pip, but toast is enough for me now.
python python-3.x windows
I have problem with notification toast triggered by other event. Is there easy way to add stopper that will show how long toast is up? (opposite of duration countdown)
from win10toast import ToastNotifier
toaster = ToastNotifier()
toaster.show_toast("Action",
"Item in your queue is waiting already over:",
icon_path=None,
duration=600)
I'm programming newbie and I'll appreciate community help :)
Fr some reason I'm unable to install notify2 via pip, but toast is enough for me now.
python python-3.x windows
python python-3.x windows
edited Nov 8 at 17:17
asked Nov 8 at 17:05
Michał Sędziwój
12
12
I need timer to count from the moment notification is triggers 00:00:00 till it disappears 00:10:00 (ten minutes on current example)
– Michał Sędziwój
Nov 8 at 17:15
add a comment |
I need timer to count from the moment notification is triggers 00:00:00 till it disappears 00:10:00 (ten minutes on current example)
– Michał Sędziwój
Nov 8 at 17:15
I need timer to count from the moment notification is triggers 00:00:00 till it disappears 00:10:00 (ten minutes on current example)
– Michał Sędziwój
Nov 8 at 17:15
I need timer to count from the moment notification is triggers 00:00:00 till it disappears 00:10:00 (ten minutes on current example)
– Michał Sędziwój
Nov 8 at 17:15
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53212747%2fnotification-toast-with-time-counter%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I need timer to count from the moment notification is triggers 00:00:00 till it disappears 00:10:00 (ten minutes on current example)
– Michał Sędziwój
Nov 8 at 17:15