How to Use
- Clone the repository.
git clone https://github.com/nomandhoni-cs/blink-eye.git
- Install the dependencies.
pip install -r REQUIREMENTS.txt
- Run the application.
python blink_eye.py
- If you want to make .exe by yourself.
pyinstaller --name BlinkEye --onefile --windowed --icon=blink-eye-logo.ico --hidden-import plyer.platforms.win.notification blink-eye.py
How to build the Executable File By Yourself
- Clone the repository.
git clone https://github.com/nomandhoni-cs/blink-eye.git
- Create and activate a virtual environment (optional)
python -m venv .venv && .\.venv\Scripts\Activate.bat
- Run the build script:
build_windows.bat