top of page
  • Subham Das

Python Project Two: ELECTRONIC VOTING MACHINE (EVM)

Updated: Jan 11, 2021


This project is a very efficient for the applications embedded into Voting Machine. It is fully written python 3.6.x with python's in build GUI (Graphical User Interface) module 'tkinter'. The application can be controlled graphically. People and leaders both can use the application for voting as well for participating in the contest. At first, the application asked any user that they are Voters or a leader of any group. After that it takes respective operation. If the user is a leader, then the application asked the user to store their name and group name, so that voters can nominate their leaders. But if the user is voter, then the application asked for Voter Id, if the Identification Number (Id) matches with Id's stored in the database of MySQL the it allow user to vote otherwise it redirect to home page. The error handling is also perfect, in every wrong step, the application will show respective message, which makes the application more friendly.

At the end you can also save the result of the election in your system by clicking on the respective buttons. It also shoes the number of votes received by every individual. Please read the Read Me text file and watch the video inside zip before running the script.


This project can be re-edited and we can also use it in your real world.



Electronic Voting Machine (EVM)
.zip
Download ZIP • 15.33MB

2,134 views2 comments

Recent Posts

See All
logo12.PNG
bottom of page