Skip to main content

A Python library for integrating with ElevenLabs.io's API

Project description

elevenlabs

PyPI - Downloads PyPI - Status PyPI

elevenlabs is an unofficial Python library that provides an easy-to-use interface for elevenlabs.io’ API. With this library, you can easily integrate with the API to generate voices.

Installation

To install elevenlabs, run:

pip install --upgrade elevenlabs

Basic Usage

Here’s an example of how you can use elevenlabs to retrieve data from the API:

from elevenlabs import ElevenLabs

eleven = ElevenLabs(api_key)

# Get a Voice object, by name or UUID
voice = eleven.voices["Arnold"]

# Generate the TTS
audio = voice.generate("Hey buddy! It's a beautiful day.")

# Save the TTS to a file named 'my_first_tts' in the working directory
audio.save("my_first_tts")

See example.py for more. For more advanced usage, refer to the (currently non-existent!) documentation and the API reference.

See the official ElevenLabs documentation for more information.

Real World Example

I’m currently using this library to produce fully-automated weather reports on my radio station, BMIX94. For a sample of how it sounds, here’s link to the latest weather report that will actually be broadcasting at various times throughout the day. That link is always pointing to the most recent weather report generated.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elevenlabs-0.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page