https://github.com/gerardgargan/wdos-vote-processor
https://github.com/gerardgargan/wdos-vote-processor
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gerardgargan/wdos-vote-processor
- Owner: GerardGargan
- Created: 2024-04-09T21:03:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T19:59:25.000Z (about 1 year ago)
- Last Synced: 2025-02-22T04:27:18.720Z (8 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WDOS Voting form processor
This project was created to automate the processing of votes for a competition.
The votes were cast on a Microsoft forms submission. The excel of votes is downloaded and saved as a .csv file in the root project folder.The program then processes the data and determines the number of points per site.
Included is the functionality to:
- Display a leaderboard by site
- Display top 5 winners/places
- Write the results to a csv fileThe project was a massive time saver for being able to print different stats including a leaderboard, and write this to a csv file to be able to share.