This project is a Voting Machine application built with Python and MySQL. It verifies voters' Aadhar card numbers, checks their eligibility to vote, and integrates with a finger recognition module for authentication. The user-friendly interface is created using Tkinter, ensuring smooth interaction for voters.
- Make sure you have MySQL installed and running.
- Run the provided Python script (
voting_machine.py
) in your Python environment. - Enter the Aadhar card number of the voter in the provided entry field.
- Click the "Verify" button to check the voter's eligibility.
- If eligible, the application calls a finger recognition module for further authentication.
- The user-friendly interface, coupled with Aadhar verification and finger recognition, ensures secure and efficient voting.
- Python
- MySQL
- Tkinter
- PIL (Python Imaging Library)