Skip to content

Repository files navigation

SPoNgEBoB

CI Release License

Simple project for converting normal text to sPonGeBOb tExT

Mocking SpongeBob

It uses CUTTING EDGE technology like MARKOV CHAINS™ to generate REALISTIC SPonGeBoBⓇ text.️

Getting it

Homebrew

brew install calini/tap/spongebob

Go

go install github.com/calini/spongebob/cmd/spongebob@latest

Using the CLI

spongebob "hello world"
> hELlO wOrlD

Building it manually

go build -o ./spongebob ./cmd/spongebob

./spongebob "hello world"
> hELlO wOrlD

Using it as a library

package main

import (
	"fmt"

	"github.com/calini/spongebob"
)

func main() {
    fmt.Println(spongebob.Text("Hello world!"))
}

About

Simple CLI and library for converting normal text to sPonGeBOb tExT

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages