python-chess,
a chess library by Niklas Fiekas, written in Python and released under the GPL v3. python-chess is not intended to implement high performance chess engines in Python. The goal is rather to create a simple and relatively highlevel library [1] . It supports Python 2.7 and Python 3 [2] .
Table of Contents
python-chess,
a chess library by Niklas Fiekas, written in Python and released under the GPL v3. python-chess is not intended to implement high performance chess engines in Python. The goal is rather to create a simple and relatively highlevel library [1] . It supports Python 2.7 and Python 3 [2] .
Features
[3]Board and Moves
Detection
Creating and Parsing
Probing
Protocols
See also
Forum Posts
External Links
python-chess/syzygy.py at master · niklasf/python-chess · GitHub by Niklas Fiekas, Python implementation of Syzygy probing code
References
What links here?
Up one Level