Charisma

Retro Vintage Robot


Charisma is a commandline tool to generate ASCII Art directly from your terminal. It uses Dalle Mini (aka Craiyon) API to convert your words into reality. It's written in beloved rust with powerful tools come with it.



It's available as a rust crate on crates.io. For further implementation details please read the docs


Showcase

More





Getting started

Prerequisites

Installation

shell cargo install charisma

Usage

shell charisma "rusty crab robot" -c -C block # Estimated time ~1min


``` Generate ASCII Art using AI 🦾🧠

Usage: charisma [OPTIONS]

Arguments: Prompt to enter

Options: -n, --negative-prompt Use AI to generate ascii art, but with a negative prompt [default: ] -N, --num-image Number of images to generate when using AI [1..9] [default: 9] -m, --model-type Model to use in generation [default: general] [possible values: art, drawing, photo, general] -v Model API version [default: 3] [possible values: 1, 3] -a, --api-token API token for premium users (Faster generation, No watermark) -w, --width Width of the output image. Defaults to 128 if width and height are not specified -H, --height Height of the output image, if not specified, it will be calculated to keep the aspect ratio -c, --color Whether to use colors in the output image -i, --invert Inverts the weights of the characters. Useful for white backgrounds -C, --charset Characters used to render the image, from transparent to opaque. Built-in charsets: block, emoji, default, russian, slight [default: default] -h, --help Print help -V, --version Print version ```

Acknowledgments