NetHyTech-TTS2B


NameNetHyTech-TTS2B JSON
Version 0.2 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:55:26
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-TTS2B

NetHyTech-TTS2B is a Python package that utilizes Selenium to interact with a web page and convert text to speech using the ReadLoud.net service.

## Installation

You can install NetHyTech-TTS2B and its dependencies using pip:

```bash
pip install NetHyTech-TTS2B
```

This will automatically install Chrome WebDriver, Selenium, and other required packages.

## Usage

1. Import the `Speak` function from `NetHyTech_TTS2B` module in your Python script:

```python
from NetHyTech_TTS2 import Speak
```

2. Call the `Speak` function with the text you want to convert to speech:

```python
Speak("Hello, world!")
```

3. The script will automatically navigate to the ReadLoud.net webpage, input the text, and play the generated audio.

## Dependencies

- Chrome WebDriver (automatically installed)
- Chrome browser
- Selenium

## Note

This script is designed to work with a specific web page for text-to-speech conversion. If the web page structure changes, you may need to modify the script accordingly.

## 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](https://github.com/yourusername/NetHyTech-TTS2).

## 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-TTS2B",
    "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-TTS2B\r\n\r\nNetHyTech-TTS2B is a Python package that utilizes Selenium to interact with a web page and convert text to speech using the ReadLoud.net service.\r\n\r\n## Installation\r\n\r\nYou can install NetHyTech-TTS2B and its dependencies using pip:\r\n\r\n```bash\r\npip install NetHyTech-TTS2B\r\n```\r\n\r\nThis will automatically install Chrome WebDriver, Selenium, and other required packages.\r\n\r\n## Usage\r\n\r\n1. Import the `Speak` function from `NetHyTech_TTS2B` module in your Python script:\r\n\r\n```python\r\nfrom NetHyTech_TTS2 import Speak\r\n```\r\n\r\n2. Call the `Speak` function with the text you want to convert to speech:\r\n\r\n```python\r\nSpeak(\"Hello, world!\")\r\n```\r\n\r\n3. The script will automatically navigate to the ReadLoud.net webpage, input the text, and play the generated audio.\r\n\r\n## Dependencies\r\n\r\n- Chrome WebDriver (automatically installed)\r\n- Chrome browser\r\n- Selenium\r\n\r\n## Note\r\n\r\nThis script is designed to work with a specific web page for text-to-speech conversion. If the web page structure changes, you may need to modify the script accordingly.\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](https://github.com/yourusername/NetHyTech-TTS2).\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.2",
    "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": "b76822ca00bdffb1bdc869d8c508294066b6aa672a880541e864fa1aa7695305",
                "md5": "6b9f3eed313ecf89e95523ea78d7ce4d",
                "sha256": "aea921faffc6aa36794f9716f9498a88bfd775f1c90aee137e5c8589ae2689a9"
            },
            "downloads": -1,
            "filename": "NetHyTech_TTS2B-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b9f3eed313ecf89e95523ea78d7ce4d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3298,
            "upload_time": "2024-04-26T20:55:26",
            "upload_time_iso_8601": "2024-04-26T20:55:26.778304Z",
            "url": "https://files.pythonhosted.org/packages/b7/68/22ca00bdffb1bdc869d8c508294066b6aa672a880541e864fa1aa7695305/NetHyTech_TTS2B-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 20:55:26",
    "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-tts2b"
}
        
Elapsed time: 0.55648s