Metadata-Version: 2.1
Name: spurdify
Version: 0.3.0
Summary: Spurdify any text to sound like Spurod Spardo wrote it!
Home-page: https://github.com/obviyus/spurdify
Author: obviyus
Author-email: hi@obviy.us
License: UNKNOWN
Keywords: spurdo spurdify regex
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Spurdify

Spurdify is a python library that converts any text to sound like Spurdo Sparde wrote it. Port of [```paradox460/spurdify```](https://github.com/paradox460/spurdify).

Compatible with Python 3.6+.

# Installation

```bash
$ pip install spurdify
```

# Using as a library
The library exports a single function `spurdify`:

```python
>>> from spurdify import spurdify
>>> spurdify("Hello, my name is Spurdo.")
'hellø :DDDDD my name iz spurdö :D'
```

# Versioning

This library follows [Semantic Versioning](http://semver.org/). Any release versioned 0.x.y is subject to backwards incompatible
changes at any time.

