Pokechu22 / BurgerVitrine

Custom build of BurgerVitrine, A HTML converter for Burger and Hamburglar. Provided as-is; may be buggy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BurgerVitrine

BurgerVitrine is a utility capable of turning JSON output from Burger or Hamburglar into human-readable HTML.

Usage

$ vitrine.py [-b] [-r file] [-o file]
$ vitrine.py -i | -t file [-o file]

Options

  • -b, --body: Don't generate a complete HTML document
  • -r, --resources file: Path to resources folder
  • -o, --output file: Output result into a file instead of standard output
  • -i, --items file: Extract items.png from jar file
  • -t, --terrain file: Extract terrain.png from jar file
  • -h, --help: Show this help

About

Custom build of BurgerVitrine, A HTML converter for Burger and Hamburglar. Provided as-is; may be buggy.


Languages

Language:Python 76.5%Language:CSS 20.2%Language:JavaScript 3.4%