An open API service indexing awesome lists of open source software.

https://github.com/guptaanmol184/pomo.py

⌛ A simple python script for a audio based pomodoro timer to be used on linux systems
https://github.com/guptaanmol184/pomo.py

pomodoro-timer python3

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

#### [mpg123](https://www.mpg123.de)
```
sudo apt-get install mpg123
```

#### [gTTS](https://github.com/pndurette/gTTS)
```
pip3 install gtts
```

### Run

#### Make script executable and run
```
chmod +x ./pomo.py
./pomo.py
```

### LICENSE

MIT

_Happy working!_