You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is a Python Script which shoots you a reminder every 20 mins to take a break from screen and blink your eyes for 20 seconds looking at an object 20 feet away : 20-20-20 rule for Dry Eyes.
2
+
3
+
4
+
## Requirements
5
+
6
+
For this script to run you need to have playsound package installed
7
+
8
+
9
+
```python
10
+
pip3 install playsound
11
+
```
12
+
13
+
Copy any media file which you want to run as the reminder sound and replace it in the playsound args. Currently it is set as "danger.mp3" which is a local file in my working directory.
0 commit comments