Skip to content

you-know-wh0/Pomodoro-Timer-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages