An open API service indexing awesome lists of open source software.

https://github.com/letsbuilda/imsosorry

Sometimes it can be necessary to call upon the ancient arts...
https://github.com/letsbuilda/imsosorry

python python-library

Last synced: 26 days ago
JSON representation

Sometimes it can be necessary to call upon the ancient arts...

Awesome Lists containing this project

README

          

# I'm so sorry

Sometimes it can be necessary to call upon the ancient arts...

A module to uwuify strings of text.

## Installation

You can install `imsosorry` through PyPi using
```sh
$ pip install imsosorry
```

or, by installing the development version through GitHub.
```sh
$ pip install git+https://github.com/letsbuilda/imsosorry
```

### Example usage

```py
import imsosorry

print(imsosorry.uwuify("i'm very sorry"))
```