Metadata-Version: 2.4
Name: chopify
Version: 1.1.0
Summary: Chopify your words.
Home-page: https://github.com/adondonis/chopify
Author: Adonis
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# chopify

"Chopify" your words.

## Installation

```bash
pip install chopify
```

## Quick Example

```python
from chopify import chopify

chopify("unc")
>> "chunc"
```
