The primary causes of weakening eyesight result from prolonged screen usage without frequent blinking and positioning the screen closer than 30cm to the face. This Python script is designed to identify the user's distance from the screen and track the number of eye blinks.

- install python
- pip install venv
- Create a new virtual environment
- install screen-brightness-control, tkinter, Pillow, OpenCV, dlib(this will be tricky to install), numpy, scipy, imutils
- run final.py file
- Detect face distance from the screen.
- Count eye blinks.
- Change brightness according to the environment.
- Add sound effects to notify
- Make it lightweight
- How much time is spent on the screen