The first version of the Python script is available at https://github.com/Traveller42/sgf-utils/tree/master/python.
It will only run in Python 2.7.
It needs a package, gomill, to run. Most Python installations can use pip install gomill
to install the needed package.
It will print one move per line. (I plan an update to print these in pairs.)
The script can handle a handicap game, reporting the location of the handicap stones.
Let me know what you think.