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.
pip install pomopy
OR
git clone https://github.com/sophiezhng/pomopy
cd pomopy
pip install -r requirements.txt
python setup.py install
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
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.
- Pomodoro Technique - by: Francesco Cirillo
- playsound
- ASCII Text Generator
- Tomato Art
- Progress Bar