A small python program that reminds to take a water break every 15 minutes and a screen break every 30 minutes

A simple python program to remind user to take a water break every 15 minutes, and take a break from continuously looking at the screen every 30 minutes. Pre-requisites Download and install the latest python version from here. Install plyer using the command pip install plyer from the terminal. Run the program There are two commands that can be used to run the program from the terminal. The first command is python reminder.py . With this command the program will […]

Read more