This repository has been moved to codeberg
Boomerizer is a simple CLI tool that uses Rust to turn normal text into boomer text.
It randomly adds dots and emojis after words in a sentence. You can configure the percentages at the start.
This is.....an.... example of a...boomerized....text🤪🤪🤪 generated....😏 with boomerizer
Precompile binaries are available in the releases page for:
- Linux x86_64
- Linux ARM64
- Windows x86_64
-
You will need to install rust and cargo on your machine. You can find out how to do that here
-
Clone this repository wherever you want
git clone https://github.com/EuroNutellaMan/boomerizer.git && cd boomerizer
- Build it
cargo build --release
- You'll find your binary in:
target/releases/boomerizer # Linux and MacOS
target\releases\boomerizer.exe # Windows