Gandr TTS from Python.
The official package. Zero dependencies, streaming and retry built in, one constructor line.
The whole integration
Install and call. The key lives in your environment.
Integration
pip install gandr
from gandr import Gandr
g = Gandr("gnd_...") # or read GANDR_API_KEY
g.say("Hello from Gandr.")
Python 3.9 or newer, no other packages. Streaming, prewarm and retry are inside the client, so a cold call does not fail.
What it needs
What it takes
| One package | pip install gandr |
| A key | Pass gnd_... or set GANDR_API_KEY |
| Python | 3.9 or newer |
| Dependencies | None |