This is a simple timer built using python that runs in your terminal.
Clone the code onto your machine. Navigate to the directory where the code was listed, and from your terminal on Mac, or cmd on Windows type:
user@dir:~ python main.py
This will start the programme. A helpful list of all possible commands can be found by typing --help.
The programme runs on python 3, and uses a few standard python modules.
The code is licensed under the MIT License.