Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xynydev/star.vote-scripts
Scripts for counting ballots and runoff with the star.vote ballot record.
https://github.com/xynydev/star.vote-scripts
runoff star star-vote vote
Last synced: 15 days ago
JSON representation
Scripts for counting ballots and runoff with the star.vote ballot record.
- Host: GitHub
- URL: https://github.com/xynydev/star.vote-scripts
- Owner: xynydev
- License: gpl-3.0
- Created: 2021-04-15T16:23:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-24T08:45:47.000Z (over 3 years ago)
- Last Synced: 2023-09-03T13:19:24.605Z (about 1 year ago)
- Topics: runoff, star, star-vote, vote
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scripts for counting ballots and runoff with the star.vote ballot record.
All of these scripts keep the VoteTime field making it possible for you to create data visualisations of votes overtime.
# CalculateTotal.py
Calculates the total votes for each candidate, no runoff.## Arguments:
-h, --helpshow this help message and exit
-I INPUT, --input INPUT
Path to the input .csv from star.vote. (eg. ~/Desktop/starvoting_ballots_1234678_20210414010104.csv)
-O OUTPUT, --output OUTPUT
Path to the output file (eg. ~/Desktop/totalvotes.csv)