The Nim badgemaker tool.

SakiKawasaki 20e690c698 small fix. 5 gadi atpakaļ
badgemaker 20e690c698 small fix. 5 gadi atpakaļ
tests 3926b6f082 Command line interface was added (test12). 5 gadi atpakaļ
.gitignore 5f0c3d7f1d Initial commit 5 gadi atpakaļ
LICENSE 5f0c3d7f1d Initial commit 5 gadi atpakaļ
README.md 3926b6f082 Command line interface was added (test12). 5 gadi atpakaļ
badgemaker.nimble 0b8d66f22b tests updated, bug fix. 5 gadi atpakaļ

README.md

Badgemaker

The Nim badgemaker tool.

Install

  • via git: nimble install https://github.com/Ethosa/badgemaker
  • via nimble: nimble install badgemaker

Now support

  • Custom font (change size available).
  • Custom icons.
  • Custom colors (label, value, text).
  • Custom badge size.
  • Custom styles (flat, plastic, square, plastic square).
  • CLI.

Standart badge params

  • style -- "flat".
  • label -- "".
  • value -- "".
  • label_text_color -- "white".
  • value_text_color -- "black".
  • label_color -- "#212121".
  • value_color -- "#e0e0e0".
  • font -- "DejaVu Sans,Verdana,Geneva,sans-serif".
  • font_size -- 12.
  • width -- 120.
  • height -- 20.
  • image_path -- "".
  • image_color -- "".

Results

test1
test2
test3
test4
test5
test6
test7
test8
test9
test10
test11