This is a very short wxPython script that helps to measure time interval during various testing. Initial screen shows a stock wxPython clock control.
When clicked on the clock face, a list appears on the right, on which time stamp, lap time, and cumulative time are displayed.
This list disappears when clicked on it. And all data is cleared. Finally, the transparency of the program can be adjusted with the mouse wheel button.
<<source code>>
When clicked on the clock face, a list appears on the right, on which time stamp, lap time, and cumulative time are displayed.
This list disappears when clicked on it. And all data is cleared. Finally, the transparency of the program can be adjusted with the mouse wheel button.
Comments
Post a Comment