
python-chess 1.999
0
A chess library with move generation, move validation, and support for common formats.
Contents
A chess library with move generation, move validation, and support for common formats.
Stars: 2753, Watchers: 2753, Forks: 559, Open Issues: 41The niklasf/python-chess repo was created 13 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 2753 github stars!
How to Install python-chess
You can install python-chess using pip
pip install python-chess
or add it to a project with poetry
poetry add python-chess
Package Details
- Author
- Niklas Fiekas
- License
- GPL-3.0+
- Homepage
- https://github.com/niklasf/python-chess
- PyPi:
- https://pypi.org/project/python-chess/
- Documentation:
- https://python-chess.readthedocs.io
- GitHub Repo:
- https://github.com/niklasf/python-chess
Classifiers
Related Packages
Errors
A list of common python-chess errors.
Code Examples
Here are some python-chess code examples and snippets.
GitHub Issues
The python-chess package has 41 open issues on GitHub
- POC: add binary FEN support
pythonfix