A simple curses-based timer/stopwatch written in Python 3
This should work on Mac and Linux
git clone https://github.com/nate-sys/cli-timer.git
cd cli-timer
./main.py
On Windows, you might need windows-curses
installed
pip install windows-curses
- Python (3.6 and up recommended)
- Curses for python