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)
Links
See Also
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(3.9 kB
view details)
File details
Details for the file elo-0.1.1.tar.gz
.
File metadata
- Download URL: elo-0.1.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d47e322e440f7463ce2b75c63b83a777aa01a60e4b37808c1bc4a2736848886f |
|
MD5 | 5221f318ba87b58be3aca0ed9b9a4d74 |
|
BLAKE2b-256 | af48ca45477050c908ab126fac7fa2e21f6c1d69dfaa60b875a4e42fd1639a1b |