Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
/ spongebob Public archive

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

No packages published

Languages