Skip to content

๐Ÿ… Pomopy is a fun ASCII-art-filled, customizable time-management solution using the Pomodoro Technique.

License

Notifications You must be signed in to change notification settings

sophiezhng/pomopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

52 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Pomopy (pom-oh-pie): An old-school solution for a modern problem.

Picture of terminal with pomopy

๐Ÿ… What is Pomopy?

Pomopy is a fun ASCII-art-filled, customizable, time-management solution to optimize productivity. The Pomodoro Technique was developed by Francesco Cirillo in the 1980s and emphasizes working and taking breaks in regular intervals.

Installation

pip install pomopy

OR

git clone https://github.com/sophiezhng/pomopy
cd pomopy
pip install -r requirements.txt
python setup.py install

Usage

pomopy

Make sure your volume is unmuted to hear when the timer goes off!

Use the help command to see all of the available commands.

๐Ÿ Read Wiki For More Info => Full List of Commands

๐ŸŒฑ How it's built

This Pomodoro timer was built in Python using the playsound library to play an alarm effect after each interval. It saves your preferences in a JSON file locally so that you can start and stop easily.

Demo Video

Credits