/spurdify

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Spurdify

Spurdify is a python library that converts any text to sound like Spurdo Sparde wrote it. Port of paradox460/spurdify.

Compatible with Python 3.6+.

Installation

$ pip install spurdify

Using as a library

The library exports a single function spurdify:

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

Versioning

This library follows Semantic Versioning. Any release versioned 0.x.y is subject to backwards incompatible changes at any time.