Skip to content

Tallys up electronic student election votes while ensuring no duplicates and no unauthorized voters

Notifications You must be signed in to change notification settings

Trudeau-SAC/election-email-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

election-email-verification

Tallys up electronic student election votes while ensuring no duplicates and no unauthorized voters. If duplicates are found, only the first vote is used.

How to Use

  1. Paste the following information from your spreadsheet into the text files in /data, one entry per line
    • verified_emails.txt: Emails of students who are allowed to vote
    • voter_emails.txt: Emails of voters
    • votes.txt: Choices of voters, each corresponding to an email in voter_emails.txt
  2. python3 main.py

About

Tallys up electronic student election votes while ensuring no duplicates and no unauthorized voters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages