A minimal GTK3 stopwatch application with lap support.
- Start, stop, and reset timer
- Lap tracking with split times
- Best/worst split highlighting (green/red)
- Dark theme UI
- Keyboard shortcuts
- Python 3
- GTK 3 (
gi/ PyGObject)
python stopwatch.py| Key | Action |
|---|---|
| Space | Start / Stop |
| L | Lap (while running) |
| R | Reset (while stopped) |
| Q | Quit |
MIT