Skip to main content

Reads moves one at a time from a PGN file for practicing chess visualzation skills.

Project description

PGN Speaker

Command line program that speaks moves from a PGN file.

This is intended to assist in visualization exercises as described in https://nextlevelchess.blog/improve-your-visualization/

Running the program

pgn-speaker is a Python program and therefore requires a Python runtime. Instead of using pip to get the package, it is recommended to use pipx. This ensures you are always running the latest version of pgn-speaker.

After installing pipx run the following command where $PGN is the path to a PGN file saved on your computer.

pipx run pgn-speaker $PGN

If pipx is not in your PATH, you may need to run it as a module instead:

python3 -m pipx ...

Or if using the Python Launcher for Windows:

py -3 -m pipx ...

System requirements

  • Python >= 3.10
  • Windows >= 10
  • macOS >= 10.14

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pgn_speaker-1.0.0.post2.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

pgn_speaker-1.0.0.post2-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page