chess-artist
python-chess
chess-artist | python-chess | |
---|---|---|
2 | 27 | |
69 | 2,458 | |
- | - | |
0.0 | 8.6 | |
almost 2 years ago | 29 days ago | |
Python | Python | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
chess-artist
-
Easiest way to mass analyze a large database of games
Game Analysis. Scroll through github for chess annotation software packages (example1, example2), or sketch one out yourself using the python-chess library. I'm pretty certain scidvspc also has the ability to annotate and analyze a repository of games (I vaguely remember doing so for an epd).
-
Analyzing Many Games
Check out fsmosca 's github. He is pretty active on talkchess and develops a variety of python tools for chess. He has a cool project called chess-artist that might be of interest.
python-chess
- Permissive chess lib
- he is 2 years into his CS degree
-
Last update on the Chessboard before it's (hopefully) complete
If you do get around to the pi version- I highly recommend this library python-chess. It can handle valid moves in addition to querying an engine like stockfish.
-
Chessboard is coming along nicely
There is a very good Python chess library for computing these sorts of things: https://python-chess.readthedocs.io/en/latest/ If you backed the board with this, you could do it pretty easily.
-
Chess ECO problem part of a chess data mining project in python
I've never done it, but it should be quite easy with python-chess to read in a detailed opening book, go through each game, and then find the last position in each game that occurs in the opening book.
-
[OC] Evaluate Chess Portable Game Notation inside org-babel
pip install chess https://python-chess.readthedocs.io/en/latest/
-
I made a heat map of the most frequent en-passant squares!
database.lichess.org I use the python-chess package.
-
More transparent engine correlation calculation
The tool requires this library to be installed.
-
An Analysis of Unwinnable Chess Positions
python-chess
-
A bash script that reads from a txt file and produces a PNG
Do you need to reinvent the wheel? There's python-chess, for example: https://python-chess.readthedocs.io/en/latest/
What are some alternatives?
python-chess-annotator - Reads chess games in PGN format and adds annotations using an engine
Fairy-Stockfish - chess variant engine supporting Xiangqi, Shogi, Janggi, Makruk, S-Chess, Crazyhouse, Bughouse, and many more
Chess.jl - Julia chess programming library.
pychess - PyChess - a chess client for Linux/Windows
chess-image-generator - Accepts FEN, PGN or array data for chess board and generates PNG or buffer.
pgnToFen - Takes PGN as input and returns FEN
syzygy-tables.info - User interface and public API for probing Syzygy endgame tablebases
chessboard2fen - Converting real images of a chessboard to FEN codes.
chess - An R package to read, write, create and explore chess games
BEGAN-tensorflow - Tensorflow implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks"