#owo #meme #command-line

bin+lib owoifier

Translates English text to OwO using magic

4 releases (stable)

1.2.0 Jun 5, 2022
1.2.0-beta Jun 4, 2022
1.1.0 Jun 2, 2022
1.0.0 May 31, 2022
0.1.0 May 31, 2022

#16 in #meme

GPL-3.0-or-later

17KB
70 lines

Install

$ cargo install owoifier

Usage

$ owoifier "Hello world!"
Hewwo wowwd!

lib.rs:

Translates English text to OwO.

Examples

use owoifier::OwOifier;

let text = "Hello world!".owoify();
assert_eq!(text, "Hewwo wowwd!");

Dependencies

~3.5–4.5MB
~77K SLoC