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
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
Hashes for pgn_speaker-1.0.0.post2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | db277eedd1604cfd5ed7e3d21d704a5c87a33ca9644f35a2ca13765644a6620c |
|
MD5 | 9364f36176fc60b8af2cfb583044ca30 |
|
BLAKE2b-256 | a8ff45ed765db3b666b550d640ef7cabe361fd24f7b83d7044ea214d9a687671 |