Open In App

spongemock module in Python

SpongeBob mocking text (spongemock) is a style of writing in which the alphabets are randomly written in upper and lower case. It is used in internet communities to mock something. The text originated as a meme from the SpongeBob cartoon series. Examples : 

Input : The quick brown fox jumps over the lazy dog.
Output : tHE QuiCK BrOWN fOX juMps over tHe lAzY dOG.

Input : This sentence is to test the function.
Output : This seNtENce is TO TeST THE funcTiON.

The module spongemock is for CLI command to generate spongemock text. Installation :



pip install spongemock

Usage :

spongemock text

Other optional arguments are:



Article Tags :