Thanks for sharing, some people might find this useful.
Most Recent
Forum Legend
Following
New Comments
Locked Topic
Pinned Topic
Good morning,
As a amateur chess player and starting to review old bibliography, I've seen that there are lot of games that were using descriptive notation.
I've developped a python script that convert from descriptive notation to algebraic (SAN) that I am using and reviewing.
If someone has curiosity and want to try it:
https://github.com/jpcozar/Descriptive2algebraic-chess-notation-converterIt could be adapted to English descriptive notation.
A software simulation is needed to resolve ambiguities so I use pychess library to simulate the board and legal moves allowed.
Comments are welcomed!