8000 GitHub - AJSKirk/VElo: Simple python tool to rank a list of items by Elo algorithm, designed for http://visitingenki.com
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AJSKirk/VElo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0