#banner #ascii-art #art #ascii #terminal

bin+lib incredimo

just another font for your terminal

7 releases

new 0.1.11 Feb 17, 2025
0.1.10 Feb 17, 2025
0.1.6 Jan 30, 2025

#704 in Text processing

Download history 332/week @ 2025-01-29 4/week @ 2025-02-05 117/week @ 2025-02-12

453 downloads per month

MIT license

180KB
675 lines

Incredimo

dead simple banner generator image

Features

  • Sometimes you just need a banner
  • No ffi, no dependencies, no build system
  • simple println! and call it a day 😉

Example

use incredimo::Banner;

fn main() {
    let banner = Banner::new("INCREDIBLE")
        .with_colors()
        .with_subtitle("IMPOSSIBLE IS JUST A CHALLENGE YET TO BE SOLVED")
        .with_line_length(80)
        .build()
        .unwrap();
}

lib.rs:

Incredifont - A Rust library for creating beautiful terminal banners

Dependencies