Code a timer in a python GUI in TKinter
Posted
by Diego Castro
on Stack Overflow
See other posts from Stack Overflow
or by Diego Castro
Published on 2010-03-08T09:16:34Z
Indexed on
2010/03/08
9:51 UTC
Read the original article
Hit count: 476
I need to code a program with GUI in python (I'm thinking of using TKinter, 'cause it's easy, but I'm open to suggestions).
My major problem is that I don't know how to code a timer (like a clock... like 00:00:00,00 hh:mm:ss,00 ) I need it to update it self (that's what I don't know how to do)
Another question is how do I put a program in the system tray (I don't think it's called like that in Linux) for UBUNTU.
© Stack Overflow or respective owner