Pomodoro Timer
- The python script implements a productivity Pomodoro Timer which involves 25 minutes of high focus intervals broken by 5 minutes break between each one of them.
- The script also allows a website blocking functionality for Windows OS users to increase focus, which get automatically unblocked during the break time.
Requirements:
- Inorder to enable the website blocking functionality, you have to run this script as an Administrator in the command prompt.
Running the script:
- You can add/remove website URLs from
block_urls.txt
according to your own choice.
$ python Pomodoro.py