Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
FelixBrendel dc93049be6 Added go borad simulator to remove dead stones. před 8 roky
.gitignore Added go borad simulator to remove dead stones. před 8 roky
Readme.md default compilation, date format před 8 roky
kifugen.py Added go borad simulator to remove dead stones. před 8 roky
pdfpreview.png Added go borad simulator to remove dead stones. před 8 roky
simpleGoBoard.py Added go borad simulator to remove dead stones. před 8 roky

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 to produce the tex file you need:

  • Python 3.6

If you want to compile it as a pdf you also need:

  • 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 Default
-se n start new board every n moves 50
Flags Meaning
-cn continuous numbering
-t produce tex file only
-o open the pdf after compilation