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

https://github.com/innovativeinventor/election-tabulate

Official Choate Programming Union club election tabulator. Schultze method!
https://github.com/innovativeinventor/election-tabulate

Last synced: 11 months ago
JSON representation

Official Choate Programming Union club election tabulator. Schultze method!

Awesome Lists containing this project

README

          

## Election tabulate
An official implementation of the Schulze method for Choate Programming Union 2021 elections.
All contributions are welcome.

## Usage
Once you've obtained the raw ballots, move `run.py` in the root of the git folder (from `runs/2021-electinos`):
``` sh
python3 run.py
```
Your winners for each round should print.

## Testing
``` sh
pytest
```