You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

spongebobcase

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spongebobcase

SPoNgeBOb-CAse cONveRSioN iN PyTHoN.


Maintainers
1

Readme

spongebobcase: SPoNgeBOb-CAse cONveRSioN iN PyTHoN

tests-py-pkg PyPI

A Python library to convert text (and text in objects) to Mocking SpongeBob case and show it off in fun ways.

Also available as an R library (spongebob) or as a CLI (spongebobsay).

Installation. inSTAllATIoN.

You can get the LateST StABle VeRsIon of spongebobcase from PyPI:

pip install spongebobcase

Requires Python 3.6 or higher.

Development Version. dEveLoPmEnT VerSIOn.

To install the dEveLoPmEnT VerSIOn of this package, get it DirEcTlY fROm gItHuB:

pip install -e git+https://github.com/jayqi/spongebob.git#egg=version_subpkg&subdirectory=py-pkg

Usage. usAGe.

from spongebobcase import tospongebob
tospongebob("a python library for spongebob-case conversion")
#> 'a PYthOn LIBraRY For sPoNgebOb-CaSe ConVERsiOn'
tospongebob(["try it on anything with strings!", "hopefully it will work!"])
#> ['tRY It ON anYThiNG wIth STRiNgs!', 'hoPeFULlY it Will WoRK!']
from spongebobcase import spongebobsay
_ = spongebobsay("you can even make magnificent ascii art")
#>  -----------------------------------------
#> | YoU CAn eVeN mAKe MAgnIFiCEnT ascII ArT |
#>  -----------------------------------------
#>   \\
#>    \\    *
#>           *
#>      ----//-------
#>      \..C/--..--/ \   `A
#>       (@ )  ( @) \  \// |w
#>        \          \  \---/
#>         HGGGGGGG    \    /`
#>         V `---------`--'
#>             <<    <<
#>            ###   ###
#>

Snippets created on 2020-07-09 by the reprexpy package

insPIreD bY A twiTTeR CoNVErsaTIon StArtED By @jONgAllOwaY.


The author of this package claims no ownership over SpongeBob SquarePants. SpongeBob SquarePants is the creation of Stephen Hillenburg, and its trademark is owned by Viacom International Inc. This package uses SpongeBob under fair use, and this package should only be used for personal, noncommercial purposes.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc