Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Python

Unless noted otherwise, these scripts run in Python 2.7.

sgfmovedump.py

To run,

python sgfmovedump.py <SGF_file> [moves to display]

This script needs the package, gomill, which can be installed with pip. It is known to work with version 0.7.4.

This script is modified from the show_sgf.py script included as an example in the gomill source distribution.