A terminal application that grades your chess games from their PGN notation.
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
You can install chessminal via pip:
pip install chessminalEnsure you have Python 3.x installed. The package automatically installs required dependencies.
Once installed, you can run chessminal directly from the terminal. Run 👇🏻 for guide on how to use.
chessminalDownload your chess game's PGN file and run.
chessminal 'path/to/your/pgn/file'