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
- Host: GitHub
- URL: https://github.com/guptaanmol184/pomo.py
- Owner: guptaanmol184
- License: mit
- Created: 2017-05-22T06:14:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T14:25:57.000Z (about 8 years ago)
- Last Synced: 2025-01-18T20:37:08.216Z (9 months ago)
- Topics: pomodoro-timer, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!_