Thread: Is there a stop watch in our repositories?
hello,
open source, , in command line (no x)
http://tools.arantius.com/stopwatch
cheers
i've written simple python script job. press enter start timer , stop timer.
code:import time while (true): raw_input("press enter start timer...") starttime = time.time() raw_input("press enter stop timer...") stoptime = time.time() print "time: " + str(stoptime - starttime) again = raw_input("restart timer (y/n)?") if again.lower() == "y": pass else: break
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Is there a stop watch in our repositories?
Ubuntu
Comments
Post a Comment