Skip to content

wdhorton/chessiq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChessIQ

Requires Python 3.7 or higher.

Installation

git clone https://github.com/wdhorton/chessiq.git
cd chessiq
pip install .

Basic usage

chessiq analyze-opening --repertoire_pgn /path/to/repertoire.pgn --games_pgn /path/to/games.pgn

Lichess integration

The tool can download PGNs from Lichess for you, so it can also be run like this:

chessiq analyze-opening --study_id 12345678 --game_id 56789012

If you want to access a private Lichess study you will first need to create a personal access token. Then make that token available by running:

$ export LICHESS_TOKEN="paste your token here"

About

A collection of chess tools written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages