NetHyTech-TTS


NameNetHyTech-TTS JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/AnubhavChaturvedi-GitHub/NetHyTech-TTS.git
SummaryText To Speech In British Brian Voice
upload_time2024-04-26 20:11:39
maintainerNone
docs_urlNone
authorAnubhav Chaturvedi
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NetHyTech-TTS

NetHyTech-TTS is a Python package for text-to-speech (TTS) conversion using Selenium WebDriver.

## Installation

You can install NetHyTech-TTS using pip:

```bash
pip install NetHyTech-TTS
```

## Usage

```python
from NetHyTech_TTS import speak

# Speak the text
speak("Hello, world!")
```

This will open a headless Chrome browser and navigate to the TTS website (https://tts.5e7en.me/), input the text "Hello, world!", and play the generated audio.

## Requirements

- Python 3.x
- Selenium
- Chrome WebDriver (automatically managed by WebDriverManager)

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the [GitHub repository]().

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AnubhavChaturvedi-GitHub/NetHyTech-TTS.git",
    "name": "NetHyTech-TTS",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Anubhav Chaturvedi",
    "author_email": "chaturvedianubhav520@example.com",
    "download_url": null,
    "platform": null,
    "description": "# NetHyTech-TTS\r\n\r\nNetHyTech-TTS is a Python package for text-to-speech (TTS) conversion using Selenium WebDriver.\r\n\r\n## Installation\r\n\r\nYou can install NetHyTech-TTS using pip:\r\n\r\n```bash\r\npip install NetHyTech-TTS\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom NetHyTech_TTS import speak\r\n\r\n# Speak the text\r\nspeak(\"Hello, world!\")\r\n```\r\n\r\nThis will open a headless Chrome browser and navigate to the TTS website (https://tts.5e7en.me/), input the text \"Hello, world!\", and play the generated audio.\r\n\r\n## Requirements\r\n\r\n- Python 3.x\r\n- Selenium\r\n- Chrome WebDriver (automatically managed by WebDriverManager)\r\n\r\n## Contributing\r\n\r\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the [GitHub repository]().\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Text To Speech In British Brian Voice",
    "version": "0.3",
    "project_urls": {
        "Demo Video": "https://www.youtube.com/channel/UC7YDMgu0dMRZotLMuB3oEcQ",
        "Homepage": "https://github.com/AnubhavChaturvedi-GitHub/NetHyTech-TTS.git",
        "Source Code": "https://github.com/AnubhavChaturvedi-GitHub/NetHyTech-TTS.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82f93faf49be6aa00affa1117501df53e16ba60106cfccac04bfb1837d659b04",
                "md5": "67cc7d51eabf3530a4bdbee04934a1a6",
                "sha256": "8c6ae72b34b09193df269320495b77ef7c0b41d4b7de9a99c92830e129773220"
            },
            "downloads": -1,
            "filename": "NetHyTech_TTS-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67cc7d51eabf3530a4bdbee04934a1a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3195,
            "upload_time": "2024-04-26T20:11:39",
            "upload_time_iso_8601": "2024-04-26T20:11:39.692809Z",
            "url": "https://files.pythonhosted.org/packages/82/f9/3faf49be6aa00affa1117501df53e16ba60106cfccac04bfb1837d659b04/NetHyTech_TTS-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 20:11:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AnubhavChaturvedi-GitHub",
    "github_project": "NetHyTech-TTS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nethytech-tts"
}
        
Elapsed time: 0.23917s