#meme #image #generative #megamind #image-generation

no-bitches

megamind meme megamind meme megamind meme megamind meme

1 unstable release

0.1.0 Jun 1, 2022

#10 in #generative

GPL-3.0 license

440KB
116 lines

NO BITCHES?

Crates.io Docs.rs Build Clippy Audit

Continuing on the meme theme of my last few projects.. A Rust library that generates megamind memes. Feel free to find some horrible way to integrate this into your own project. I designed it for use in a personal Discord bot.

Using

use no_bitches::build_megamind_meme;

let meme = build_megamind_meme("No Unsafe Code?", None);
meme.save("./meme.png").unwrap();

Dependencies

~24MB
~242K SLoC