A tool to locally analyse chess games inspired by pgnspy.
The programm is based on uci-analyser.
- Platform-agnostic (Original PGNSpy is windows only)
- Dockerised
- Runs Stockfish 15
- Easy to use with web interface
- Clone Repository
- Docker build
docker build -t pypgnspy .
- Docker run
docker run --network host pypgnspy
(or forward port 8050 to your local machine) - Open localhost:8050 in web browser