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!
- Host: GitHub
- URL: https://github.com/innovativeinventor/election-tabulate
- Owner: InnovativeInventor
- Created: 2021-02-22T03:25:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T21:04:44.000Z (over 5 years ago)
- Last Synced: 2025-06-08T21:05:51.200Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```