Click to See Complete Forum and Search --> : Looking for timer+stopwatch+small reminder GUI app


hottdogg
02-21-2008, 07:49 AM
Anyone knows opensource stopwatch+timer+small-reminder GUI software for linux?
I have done my search, can't find anything that suits me.

Is this the time that I should write my own app?? lol!!
newbie in programming though... :rolleyes:

tnx.

blackbelt_jones
02-21-2008, 08:34 AM
Anyone knows opensource stopwatch+timer+small-reminder GUI software for linux?
I have done my search, can't find anything that suits me.

Is this the time that I should write my own app?? lol!!
newbie in programming though... :rolleyes:

tnx.

how about ktimer?

Calipso
02-21-2008, 09:41 AM
HA! I needed a count down timer myself so I wrote one in python/pygame. I still need to work on it though. Right now the only way to change the amount of minutes to count down is to edit the code :rolleyes:

It's nothing special but if you want it, I'd be happy to give it to you.
It basically counts down the minutes and when its done it starts beeping using the system beep. So even if your speakers are off, your computer will still make noise.

blackbelt_jones
02-21-2008, 04:14 PM
there's also the at command, and I think there's still some kind of reminer built into korganizer, but I still think that ktimer is what you wanto to try first, if you have3n't already.