How to Use
- Clone the repository.
- Install the dependencies.
- Run the application.
- If you want to make .exe by yourself.
git clone https://github.com/nomandhoni-cs/blink-eye.git
pip install -r REQUIREMENTS.txt
python blink_eye.py
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.
- Create and activate a virtual environment (optional)
- Run the build script:
git clone https://github.com/nomandhoni-cs/blink-eye.git
python -m venv .venv && .\.venv\Scripts\Activate.bat
build_windows.bat