A simple, customizable command line pomodoro timer built in Python.
- Customizable work, short and long breaks intervals: Define your own durations for each cycle.
- Pause whenever you want: Pause the timer when you want to take a break.
- Cycles: Run Multiple cycles of work and break intervals
- Console output: Show work and break intervals in the console.
The Pomodoro Timer follow these steps:
- Set your work and break intervals.
- Take a short break every work interval.
- After a set number of cycles, take a long break.
- Clone this repository to your machine.
- Run the Python script from the command line. '''python pomodoro_timer.py'''