A library for accessing Voices for python.
Use the package manager pipenv to install.
pipenv install voices-client
Use your own Voices credentials.
- user - Voices user
- password - Voices password
from voices import Voices
client = Voices(
user='user',
password='password',
)
Tested with mamba, install pipenv dev packages and then run tests.
pipenv install --dev
pipenv run make test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.