Skip to content

miguelsalva/minitimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quality Gate Status
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.


Installation

  1. Install Python3 and pip[3]
  2. Clone the repo: $ git clone https://github.com/miguelsalva/minitimer.git
  3. Install dependencies: $ pip[3] install -r requirements.txt

Usage

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

Credits

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

xminitimer is a GUI (Graphic User Interface) version of minitimer - TBD

Contributing

Contribution, ideas and comments are welcome

About

Timer based on the Pomodoro Technique

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages