Skip to content

Simple CLI and library for converting normal text to sPonGeBOb tExT

Notifications You must be signed in to change notification settings

calini/spongebob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPoNgEBoB

FOSSA Status

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

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages