AJSKirk / VElo

Simple python tool to rank a list of items by Elo algorithm, designed for http://visitingenki.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VElo

Simple python tool to rank a list of items using the Elo ranking system. Originally built to rank lists of books for Visiting Enki, hence the name.

Usage

python velo.py -i <infile> -o <outfile>
  • infile should be a plaintext list of names, one line per name.
  • outfile will be a .csv file of names and scores, with header

About

Simple python tool to rank a list of items by Elo algorithm, designed for http://visitingenki.com

License:MIT License


Languages

Language:Python 100.0%