On Jun 12, 11:42 pm, Alexnb <[EMAIL PROTECTED]> wrote:
> I am wondering what is the best way to create a timer, like an alarm, once it
> reaches a time, it triggers an event. I have a way of doing this but it
> seems like it isn't good at all. If it helps at all I am using a Tkinter,
> but that pro
On 13 Giu, 07:42, Alexnb <[EMAIL PROTECTED]> wrote:
> I am wondering what is the best way to create a timer, like an alarm, once it
> reaches a time, it triggers an event. I have a way of doing this but it
> seems like it isn't good at all. If it helps at all I am using a Tkinter,
> but that probab
En Fri, 13 Jun 2008 02:42:53 -0300, Alexnb <[EMAIL PROTECTED]> escribió:
I am wondering what is the best way to create a timer, like an alarm,
once it
reaches a time, it triggers an event. I have a way of doing this but it
seems like it isn't good at all. If it helps at all I am using a Tkinte
You can think of doing with import time module and time.sleep(n) but
you have to calculate n in seconds.
Subhabrata.
Alexnb wrote:
> I am wondering what is the best way to create a timer, like an alarm, once it
> reaches a time, it triggers an event. I have a way of doing this but it
> seems like