python-chess
https://github.com/niklasf/python-chess
Python
A chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to python-chess
Help out
- Issues
- POC: add binary FEN support
- Avoid `Piece` creation in `BaseBoard.board_fen()` for 108% speedup
- Drop support for Python 3.8
- Make Pieces immutable and return them from cache
- Finalize TimeControl PGN header support
- Board.fen() didn't update when ep_square is updated
- feautre: json export, PR proposal
- pgn: escape and unescape header values
- feat: Adds support for displaying NAGs in the chess.svg.board AND other optimizations chess.svg.board function
- Possible to Support Rendering Coordinates Inside the Chessboard?
- Docs
- Python not yet supported