Difference between revisions of "Python-chess"

From Chessprogramming wiki
Jump to: navigation, search
 
Line 35: Line 35:
 
* [[libchess]]
 
* [[libchess]]
 
* [[PicoChess]]
 
* [[PicoChess]]
* [[Shatranj (toolkit)]]
+
* [[Shatranj (Toolkit)]]
  
 
=Forum Posts=  
 
=Forum Posts=  

Latest revision as of 17:03, 27 June 2021

Home * Software * Utilities * python-chess

python-chess,
a chess software library created by Niklas Fiekas, written in Python and released under the GPL v3. The goal was to create a simple and relatively highlevel library [1]. It supports Python 3.5.3+ and PyPy3 [2].

Features

[3]

Board and Moves

Detection

Creating and Parsing

Probing

Protocols

See also

Forum Posts

External Links

References

Up one Level