pyBegin / projects / prettified-stopwatch
🕐

Prettified Stopwatch

A console stopwatch that records lap times. Press ENTER to start, ENTER again to mark each lap, and Ctrl-C to stop. Results are copied to the syste…

47 lines🖥 Desktop only

Prettified Stopwatch

A console stopwatch that records lap times. Press ENTER to start, ENTER again to mark each lap, and Ctrl-C to stop. Results are copied to the system clipboard.

How to run

pip install pyperclip
python stopwatch.py

Dependencies

Pyodide-runnable

No - it relies on pyperclip for system clipboard access, which is not available in the Pyodide sandbox.