Metadata-Version: 2.4
Name: fartify
Version: 0.1.1
Summary: A library that adds a fart sound to strings
Author-email: cleverclover <clever@clover.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# fartify

A library that adds a fart sound to strings.

## Usage

```python
import fartify

print(fartify.fartify("Hello"))
# Output: Hello *fart*
```
