Skip to content

Reminder to blink eyes every 20 mins #912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Blink_Eyes_Reminder/Blink_Eyes_Reminder.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import time
from plyer import notification
while(True):
notification.notify(
title = "Start Blinking you Eyes",
message = "Blinking nourishes your eye with oxygen and nutrients, keeping your eyes healthy and comfortable",
timeout = 10
)
time.sleep(1200)
27 changes: 27 additions & 0 deletions Blink_Eyes_Reminder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Blink Eyes Reminder

We can remind user every 20 minutes during he is working on laptop or PC using notfication

## Setup instructions

Make sure that you have plyer package installed for this. If not you can do it by

pip install plyer

We will launch this script at start of the PC by making batch or exe file.

## Detailed explanation of script, if needed

We have added the infinte while loop, unless its manually interupted it will keep on runnning and notify user every 20 min.

## Output

User will get notfication on laptop or PC

## Author(s)

Bhushan K

## Disclaimers, if any

NA