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
- Host: GitHub
- URL: https://github.com/anshsinghsonkhia/online-voting-system
- Owner: AnshSinghSonkhia
- License: mit
- Created: 2022-08-15T08:35:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T07:53:29.000Z (about 3 years ago)
- Last Synced: 2024-12-30T21:16:53.319Z (9 months ago)
- Topics: python, python3, school-assignment, school-project, voting-app, voting-system
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Online Voting System (My School Final Project)
>Developing a Online Voting System using Python1. 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
by Starring Some of My Repos!