hello-world

Sample script template. Renders text with figlet fonts. Useful as a proof-of-concept or starting point for new tools.

Extra: uv tool install buvis-gems[hello-world]

Configuration

Setting

Default

Description

font

doom

Figlet font name

text

World

Text to render

Commands

hello-world                          # render "World" in doom font
hello-world "Buvis" -f slant         # custom text and font
hello-world -r                       # random font
hello-world -l                       # list available fonts
hello-world --diag                   # print python runtime and dep info

Options:

  • -f, --font TEXT — font name

  • -l, --list-fonts — list available fonts

  • -r, --random-font — pick a random font

  • --diag — print Python runtime and dependency info