Code a timer in a python GUI in TKinter
- by Diego Castro
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.