say11


Namesay11 JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/jxnl/say11
SummaryEleven Labs' CLI for streaming TTS
upload_time2023-08-08 10:39:30
maintainer
docs_urlNone
authorJason
requires_python>=3.9,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # say11

`say11` is a command-line utility that leverages Eleven Labs' text-to-speech streaming API. You can easily convert text into speech right from your terminal using this handy tool. It's perfect for developers, content creators, or anyone looking to quickly turn text into audible content.

## Prerequisites

Before installing `say11`, ensure that you have `mpv` installed on your Mac. You can install it using [Homebrew](https://brew.sh/):

```sh
brew install mpv
```

```sh
pip install say11
```

Using say11 is incredibly simple. You can pipe text into the command from stdin, and it will use the Eleven Labs API to convert the text to speech. You can also specify a voice using the -v option.

## Examples

Read from a file and convert to speech:

```sh
cat text.txt | say11 -v Nicole 
```

```sh
echo "hello there everyone!" | say11 -v Nicole 
```

## Contributing

Contributions are welcome! Feel free to open an issue or create a pull request if you have any improvements or suggestions.

## Support
If you encounter any issues or need further assistance, please open an issue in the GitHub repository.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jxnl/say11",
    "name": "say11",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jason",
    "author_email": "jason@jxnl.co",
    "download_url": "https://files.pythonhosted.org/packages/0f/5c/aa3ef6a55f83196fc45dcdc133ad8cdba8f5dd6b0eedca247f0801ec18e7/say11-0.1.0.tar.gz",
    "platform": null,
    "description": "# say11\n\n`say11` is a command-line utility that leverages Eleven Labs' text-to-speech streaming API. You can easily convert text into speech right from your terminal using this handy tool. It's perfect for developers, content creators, or anyone looking to quickly turn text into audible content.\n\n## Prerequisites\n\nBefore installing `say11`, ensure that you have `mpv` installed on your Mac. You can install it using [Homebrew](https://brew.sh/):\n\n```sh\nbrew install mpv\n```\n\n```sh\npip install say11\n```\n\nUsing say11 is incredibly simple. You can pipe text into the command from stdin, and it will use the Eleven Labs API to convert the text to speech. You can also specify a voice using the -v option.\n\n## Examples\n\nRead from a file and convert to speech:\n\n```sh\ncat text.txt | say11 -v Nicole \n```\n\n```sh\necho \"hello there everyone!\" | say11 -v Nicole \n```\n\n## Contributing\n\nContributions are welcome! Feel free to open an issue or create a pull request if you have any improvements or suggestions.\n\n## Support\nIf you encounter any issues or need further assistance, please open an issue in the GitHub repository.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Eleven Labs' CLI for streaming TTS",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/jxnl/say11",
        "Repository": "https://github.com/jxnl/say11"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88506502ab916ce1822931eff04830e3ecba078daaebeff37aaf6862d0ef3895",
                "md5": "5d56f39dbaa7926928c0e7fd82af3e79",
                "sha256": "4e0e726e677e290d0c1e80eac28249264fc73fc4b00f8f9c6b08e24501253b96"
            },
            "downloads": -1,
            "filename": "say11-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5d56f39dbaa7926928c0e7fd82af3e79",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 2747,
            "upload_time": "2023-08-08T10:39:27",
            "upload_time_iso_8601": "2023-08-08T10:39:27.911644Z",
            "url": "https://files.pythonhosted.org/packages/88/50/6502ab916ce1822931eff04830e3ecba078daaebeff37aaf6862d0ef3895/say11-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f5caa3ef6a55f83196fc45dcdc133ad8cdba8f5dd6b0eedca247f0801ec18e7",
                "md5": "0a22902bdc14a5f06e8df58fb98157c0",
                "sha256": "cb8f5ef8f5d93275e01384e2f470133e162326f1a79e540a5dbb01494fdc2280"
            },
            "downloads": -1,
            "filename": "say11-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0a22902bdc14a5f06e8df58fb98157c0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 2112,
            "upload_time": "2023-08-08T10:39:30",
            "upload_time_iso_8601": "2023-08-08T10:39:30.639651Z",
            "url": "https://files.pythonhosted.org/packages/0f/5c/aa3ef6a55f83196fc45dcdc133ad8cdba8f5dd6b0eedca247f0801ec18e7/say11-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 10:39:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jxnl",
    "github_project": "say11",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "say11"
}
        
Elapsed time: 0.12415s