Skip to content

chessbro-org/chessbro-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chessminal - free game review in a terminal

License: MIT Version

A terminal application that grades your chess games from their PGN notation.

How it works.

This app utilises Stockfish chess engine that grades positions based on the Eval system. This app grades the difference between the eval values and uses a top-notch algorithm to grade moves into 6 categories ranked best to worst:-

  • best_move
  • book_move
  • excellent_move
  • good_move
  • inaccuracy
  • mistake
  • blunder

Installation

You can install chessminal via pip:

pip install chessminal

Ensure you have Python 3.x installed. The package automatically installs required dependencies.

Usage

Once installed, you can run chessminal directly from the terminal. Run 👇🏻 for guide on how to use.

chessminal

Game Review - Usage

Download your chess game's PGN file and run.

chessminal 'path/to/your/pgn/file'

Example Game Review

image

About

chess.com's paid game review feature for free in a terminal.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages