Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (28 loc) · 1.09 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.09 KB

Boomerizer

This repository has been moved to codeberg

Introduction

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

Installation

Pre-compiled binaries

Precompile binaries are available in the releases page for:

  • Linux x86_64
  • Linux ARM64
  • Windows x86_64

Build from source

  1. You will need to install rust and cargo on your machine. You can find out how to do that here

  2. Clone this repository wherever you want

git clone https://github.com/EuroNutellaMan/boomerizer.git && cd boomerizer
  1. Build it
cargo build --release
  1. You'll find your binary in:
target/releases/boomerizer # Linux and MacOS
target\releases\boomerizer.exe # Windows