Metadata-Version: 2.1
Name: acapela-downloader-py
Version: 0.0.6
Summary: Acapela pwned but in Python.
Author: JWKK
Project-URL: Homepage, https://memerdev.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Acapela Downloader but in Python
Translated over to Python from C#: https://github.com/weespin/WillFromAfarDownloader

# How to use
It's pretty damn easy, just import the generate_audio function from the package and fill out the necessary arguments.

``` python
from acapela import generate_audio
generate_audio("Great Test", "enu_willhappy_22k_ns.bvcu", "output.mp3")
```

## Other Stuff

If you find any code from StupidTown in my package feel free to make a pull request.
