Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 813 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 813 Bytes

pomo.py

A simple python script for a audio based pomodoro timer to be used on linux systems

pomo.py runs a pomodoro timer on linux systems and provides audio alerts for starting and stopping of the timer.

The timer settings for individual preferences can be easily set by changing respective values of workTime and breakTime variables in the script.

Requires a working internet connection for gtts to work.

This was created just for fun purposes and learning about python.

Tested on Linux (Ubuntu)

Dependencies

sudo apt-get install mpg123
pip3 install gtts

Run

Make script executable and run

chmod +x ./pomo.py
./pomo.py

LICENSE

MIT

Happy working!