Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

This a small tool to remind you to protect your eyes with the 20:20:20 rule.

License

Notifications You must be signed in to change notification settings

hardingadonis/Eyes_Protection_Reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eyes Protection Reminder

With 20:20:20 rule, this tool will get rid of your eyes problems. Enjoys!!!

Build Status Release Status Languages Repo Size License Download

EPR_banner

Introduction

You are a student?

You are a software engineer?

Do you have to use a laptop, a desktop for a long time?

Don't worry, that tool is for you!!!

Let see...

Showcase

Requirements

  • Windows OS (just only Windows, not Linux or macOS)
  • C++ Compiler such as:
    • Microsoft Visual C++
    • Intel C++ Compiler
    • GNU Compiler Collection
    • Clang
    • ...
  • CMake 3.10.2 or above

Install

  • Clone repository
git clone https://github.com/hardingadonis/Eyes_Protection_Reminder.git
cd Eyes_Protection_Reminder/
  • Clone submodule repository
git submodule update --init --recursive
  • Build project form sources
mkdir build
cd build
cmake ..
cmake --build . --target EPR
  • Run project

    • Find an application that named Eyes_Protection_Reminder_v4.1.2.Windows.x86.exe or Eyes_Protection_Reminder_v4.1.2.Windows.x64.exe
    • Now, run it!!!
  • Or, you can download the binary in here

Usage

You do not know how to use this tool?

Don't worry, click here to know usage: Usage or Usage (for Vietnamese)

License

MIT License

Copyright (c) 2022 Minh Vương

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

External libraries and assets used by Eyes Protection Reminder