Skip to content

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

License

Notifications You must be signed in to change notification settings

guptaanmol184/pomo.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages