Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.18 KB

File metadata and controls

40 lines (31 loc) · 1.18 KB

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