Metadata-Version: 2.1
Name: sarcasticase
Version: 0.1.0
Summary: Easily convert text to be like sarcastic Spongebob
Home-page: https://github.com/smithk86/sarcasticase/
License: MIT
Author: Kyle Smith
Author-email: smithk86@gmail.com
Requires-Python: >=3.0,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/smithk86/sarcasticase/
Description-Content-Type: text/markdown

#  sarcasticase

[![PyPI version](https://img.shields.io/pypi/v/sarcasticase)](https://pypi.org/project/sarcasticase/)
[![Python Versions](https://img.shields.io/pypi/pyversions/sarcasticase)](https://pypi.org/project/sarcasticase/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

### Usage

#### install
pip install sarcasticase

#### command line
```sh
$ sarcasticase i know you are but what am i
> i KnOw YoU aRe BuT wHaT aM i
```

#### import function
```sh
from sarcasticase import sarcasticase
sarcastic_text = sarcasticase("i know you are but what am i")
```

## Change Log

### [0.1.0] - 2022-01-27

- initial release

