Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
FelixBrendel 0f9a8097bb Readme 8 år sedan
.gitignore f string everything 8 år sedan
Readme.md Readme 8 år sedan
kifugen.py f string everything 8 år sedan
pdfpreview.png Readme 8 år sedan

Readme.md

kifugen

Generate printable pdf game records (kifu) from sgf go/baduk/weiqi replays. kifugen takes your sgf file and converts is into a latex format, that then can be easily compiled into a pdf file.

Preview Image

Requirements

To run kifugen you will need:

  • Python 3.6
  • A latex distribution with:
    • latex
    • dvips
    • ps2pdf
    • the psgo package

Usage

The basic usage is kifugen <file> [options] where file is the .sgf file and options are:

Option Meaning
-se n “split every” n moves
-c compile to pdf
-o open the pdf after compilation