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)
sudo apt-get install mpg123
pip3 install gtts
chmod +x ./pomo.py
./pomo.py
MIT
Happy working!