Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
FelixBrendel 06e5580b85 Cleans up now after compiling há 8 anos
.gitignore f string everything há 8 anos
Readme.md new style há 8 anos
kifugen.py Cleans up now after compiling há 8 anos
pdfpreview.png new style há 8 anos

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 Default
-se n “split every” n moves 50
-cn continuous numbering false
-c compile to pdf false
-o open the pdf after compilation false