Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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, --help

show 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)