An open API service indexing awesome lists of open source software.

https://github.com/anshsinghsonkhia/online-voting-system

Developing a Online Voting System using Python
https://github.com/anshsinghsonkhia/online-voting-system

python python3 school-assignment school-project voting-app voting-system

Last synced: 8 months ago
JSON representation

Developing a Online Voting System using Python

Awesome Lists containing this project

README

          

# Online Voting System (My School Final Project)
>Developing a Online Voting System using Python

1. First, We will create leader list by using list data structure and store the names of 5 leaders who want to take part in election.
______________________________________________________________________________
2. Now, we will create list of voter who want to caste their vote.
______________________________________________________________________________
3. Now, we will create infinite loop to check whether voter list is empty or not. If voter list is empty then it will says “voting session is over” otherwise, it will calculate result.
______________________________________________________________________________
4. Now, we will display the Candidate who won and the total number of votes all candidates got.

Show Some Love by Starring Some of My Repos!