BIOmetrica is a Windows OS Desktop application, which interacts with a microcontroller Arduino + fingerprint sensor.
- Input your full name to the fields
- Press "Add Person" button to registrate your fingerprint
- Follow the instructions
- Check the addition by placing the finger you added earlier
- If you want to delete the person from databse input full name and press "Delete Person" button
- If you want to clear database press "Clear Database" button
- Python 3.8.8
- TKinter - is a standart Python binding to the Tk GUI toolkit
- Peewee - is a simple and small ORM
OS Windows:
- Install and activate the virtual environment (venv)
cd biometric_app
python -m venv venv
venv\Scripts\activate.bat
- Install the dependencies from requirements.txt
cd biometric_app
pip install -r requirements.txt
MIT
Free Software