you-know-wh0 / Pomodoro-Timer-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomodoro Timer

Pomodoro Timer

Pomodoro Timer is a command-line implementation of the Pomodoro Technique, written in Python. This tool helps you manage your time effectively by breaking work into intervals, traditionally 25 minutes in length, separated by short breaks. It also includes a stopwatch function.

Features

  • Pomodoro Timer: Work in intervals with breaks.
  • Stopwatch: Simple stopwatch functionality.
  • Audible alerts to signal the end of intervals and breaks.

Installation

Ensure you have Python 3.10 or higher installed. You can install the Pomodoro Timer package using the following steps:

pip install Pomodoro_AHP 

Then to run the apllication just enter Pomodoro_Timer in the terminal.

#Building from source You can also build it from source as we frequently push the updates to github and you can build it from github with the following commands.

git clone https://github.com/you-know-wh0/Pomodoro-Timer-2.git
cd Pomodoro-Timer-2
python setup.py sdist bdist_wheel
pip install .

Usage

View usage.md

About

License:MIT License


Languages

Language:Python 100.0%