Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 647 Bytes

PyPGNSpy

A tool to locally analyse chess games inspired by pgnspy.
The programm is based on uci-analyser.

Features

  • Platform-agnostic (Original PGNSpy is windows only)
  • Dockerised
  • Runs Stockfish 15
  • Easy to use with web interface

Install

  1. Clone Repository
  2. Docker build docker build -t pypgnspy .

Usage

  1. Docker run docker run --network host pypgnspy (or forward port 8050 to your local machine)
  2. Open localhost:8050 in web browser

Screenshot

User Interface