Python-chess: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{:PlayChessWithAWebCam/Links}}
{{:PlayChessWithAWebCam/Links}}


see also https://github.com/niklasf/python-chess/issues/371
python-chess is a pure Python chess library with move generation, move validation and support for common formats.
It is open sourced at https://github.com/niklasf/python-chess
 
[https://github.com/niklasf/python-chess/issues/371 Request for more detailed documentation ]
= Documentation =
= Documentation =
* https://python-chess.readthedocs.io/en/latest/
* https://python-chess.readthedocs.io/en/latest/

Revision as of 06:14, 27 December 2019

Click here to comment see PlayChessWithAWebCam

python-chess is a pure Python chess library with move generation, move validation and support for common formats. It is open sourced at https://github.com/niklasf/python-chess

Request for more detailed documentation

Documentation