Skip to content

rafaelmcam/Chess-Graphical-Evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess-Graphical-Evaluation

Uses python-chess and a local version of an engine to make a visual representation of a game move by move.

Example

Requirements

sudo apt install python3-pip

sudo pip3 install -r requirements.txt

sudo apt install python3-tk

sudo apt install python3-pil.imagetk

sudo apt install stockfish

Usage

python3 main.py -h

Example

$python3 main.py

Custom PGN's Example

$python3 main.py -et 1000 --verbose custom.pgn

About

Uses python-chess and a local version of an engine to make a visual representation of a game move by move.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages