Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

🍅 Mini Pomodoro Timer

A simple, text-based Pomodoro timer that runs in your terminal. This script helps you stay focused by breaking down work into manageable intervals, separated by short breaks.

✨ Features

  • Work & Break Cycles: Automatically runs a 25-minute work session followed by a 5-minute break.
  • Live Countdown: Displays a clean, updating countdown timer that doesn't clutter the terminal.
  • Audio Alert: Makes a terminal beep sound (alert) when a session is over to get your attention.
  • No Dependencies: Runs using only Python's standard libraries.

⚙️ Setup

All you need is Python 3.x installed on your system. No external packages are required.

🚀 Usage

To start a Pomodoro session, navigate to the project directory and run the script:

python main.py