Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 397 Bytes

Schulze method

This is a graphical implementation of the Schulze method, which is probably the best ballot method out there.

The GUI use GTK+3.0 and is written in python.

Dependencies :

  • NumPy (for ballots processing)
  • PyGobject (for the GUI)

Usage

After cloning the repository, you should run pip install -r requirements.txt Then, running python condorcet.py will start the GUI !