Skip to main content

A rating system for chess tournaments

Project description

An implementation of the Elo algorithm for Python. Elo is a rating system among game players and it is used on many chess tournaments to rank.

>>> from elo import rate_1vs1
>>> rate_1vs1(800, 1200)
(809.091, 1190.909)

See Also

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elo-0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page