calini / spongebob

Simple CLI and library for converting normal text to sPonGeBOb tExT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPoNgEBoB

FOSSA Status

Simple project for converting normal text to sPonGeBOb tExT

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

Getting it

go get -u github.com/calini/spongebob

Using the CLI

spongebob "hello world"
> hELlO wOrlD

Building it manually

go build -o ./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!"))
}

FOSSA Status

About

Simple CLI and library for converting normal text to sPonGeBOb tExT


Languages

Language:Go 100.0%