Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 930 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 930 Bytes

Voting Machine Application

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.

How to Use

  1. Make sure you have MySQL installed and running.
  2. Run the provided Python script (voting_machine.py) in your Python environment.
  3. Enter the Aadhar card number of the voter in the provided entry field.
  4. Click the "Verify" button to check the voter's eligibility.
  5. If eligible, the application calls a finger recognition module for further authentication.
  6. The user-friendly interface, coupled with Aadhar verification and finger recognition, ensures secure and efficient voting.

Technologies Used

  • Python
  • MySQL
  • Tkinter
  • PIL (Python Imaging Library)