pgnToFen
chess-artist
pgnToFen | chess-artist | |
---|---|---|
1 | 2 | |
30 | 69 | |
- | - | |
0.0 | 0.0 | |
about 2 years ago | almost 2 years ago | |
Python | Python | |
MIT License | 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.
pgnToFen
-
Hi! I am a javascript newbie and i need help writing a script that repetitively does a task on a website and saves the output.
You can use this script: https://github.com/SindreSvendby/pgnToFen
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.
What are some alternatives?
python-chess - 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
python-chess-annotator - Reads chess games in PGN format and adds annotations using an engine
maia-chess - Maia is a human-like neural network chess engine trained on millions of human games.
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.
command-line-chess - A python program to play chess against an AI in the terminal.
Chess.jl - Julia chess programming library.
pgn2data - A library that converts a chess pgn file into a tabulated CSV data set.
chess - An R package to read, write, create and explore chess games
chessboard2fen - Converting real images of a chessboard to FEN codes.