https://github.com/eshaancoding/pomodoro
Pomodoro Technique in Python 3
https://github.com/eshaancoding/pomodoro
Last synced: 7 months ago
JSON representation
Pomodoro Technique in Python 3
- Host: GitHub
- URL: https://github.com/eshaancoding/pomodoro
- Owner: Eshaancoding
- Created: 2021-06-11T19:30:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T21:56:09.000Z (over 4 years ago)
- Last Synced: 2025-03-16T00:12:15.321Z (12 months ago)
- Language: Python
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pomodoro Technique
A simple implementation of the Pomodoro Technique.
First install playsound (only once): open terminal and run `pip3 install playsound`
Then to run: open a terminal, Go to the this directory's folder and run `python3 main.py`.
Enjoy!