/SchulzeMethod

Graphical Python implementation of the Schulze method

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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 !