Just a simple CLI StopWatch that supports multiple watches.
It is also very simple and easy to understand example of how to use the Python
threadingmodule.
- Python 3
- Curses
| Key | Explanation |
|---|---|
| ESC | Press it (multiple times) it will close |
| ↑ | Move up stopwatch list |
| ↓ | Move down stopwatch list |
| → | Add stopwatch |
| ← | Remove selected stopwatch |
| P | Pause/Start selected stopwatch |