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
It is recommended to use pipx to ensure you are always running the latest version.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for pgn_speaker-1.0.0.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89aafe4ac07b057610fd1f6854436b3900cd26b31b5fe53e03863dca010ff679 |
|
MD5 | 02f4172ccdb13867b36e522a74d5b898 |
|
BLAKE2b-256 | 53374746fb04369da3bbb7147f62dcf01eed9003faec1887d8b66d3613198c19 |