Difference between revisions of "Python-chess"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Software * Utilities * python-chess''' '''python-chess''',<br/> a chess library by Niklas Fiekas, written in Python and released under...")
 
Line 2: Line 2:
  
 
'''python-chess''',<br/>
 
'''python-chess''',<br/>
a chess library by [[Niklas Fiekas]], written in [[Python]] and released under the [[Free Software Foundation#GPL|GPL v3]]. The goal was to create a simple and relatively highlevel library <ref>[https://github.com/niklasf/python-chess/blob/master/README.rst python-chess/README.rst at master · niklasf/python-chess · GitHub]</ref>. It supports Python 3.5.3+ and [https://en.wikipedia.org/wiki/PyPy PyPy3] <ref>[https://pypi.org/project/python-chess/ python-chess · PyPI]</ref>.
+
a chess software [https://en.wikipedia.org/wiki/Library_(computing) library] created by [[Niklas Fiekas]], written in [[Python]] and released under the [[Free Software Foundation#GPL|GPL v3]]. The goal was to create a simple and relatively highlevel library <ref>[https://github.com/niklasf/python-chess/blob/master/README.rst python-chess/README.rst at master · niklasf/python-chess · GitHub]</ref>. It supports Python 3.5.3+ and [https://en.wikipedia.org/wiki/PyPy PyPy3] <ref>[https://pypi.org/project/python-chess/ python-chess · PyPI]</ref>.
  
 
=Features=  
 
=Features=  

Revision as of 11:39, 7 July 2019

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