minitimer is a timing tool based on the Pomodoro Technique.
minitimer is a CLI (Command Line Interface) application. It works fine in both Linux shell and Windows PowerShell.
- Install Python3 and pip[3]
- Clone the repo:
$ git clone https://github.com/miguelsalva/minitimer.git
- Install dependencies:
$ pip[3] install -r requirements.txt
If you don't specify any time, the default is set to 25min (1500s), which is the standard for the Pomodoro Technique:
$ minitimer.py [time]
Otherwise you should specify the time in minutes (Xm) or seconds (Ys) as the first argument:
$ minitimer.py 10m
$ minitimer.py 50s
The current alarm is a piano wav sound from Sample Focus, that has been converted into mp3 format.
Tomato icon made by Freepik from www.flaticon.com.
xminitimer is a GUI (Graphic User Interface) version of minitimer - TBD
Contribution, ideas and comments are welcome