wxPython Stopwatch

This is a very short wxPython script that helps to measure time interval during various testing. You can create a timestamp with a single click. It also displays duration between timestamps.

When clicked on the clock face, a list appears on the right on which timestamp, lap time, and cumulative lap time are displayed.

This list is cleared and disappears when it is clicked. You can control the transparency of the clock using mouse wheel.

(source code)

Leave a comment