FastHubPy


NameFastHubPy JSON
Version 0.1 PyPI version JSON
download
home_page
SummaryUtilizes the TTS service from Fasthub.net
upload_time2024-01-13 05:30:00
maintainer
docs_urlNone
authorMe
requires_python
licenseMIT
keywords tts fasthub text to speech
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FastHub TTS Python Module

This Python module provides a convenient interface for interacting with FastHub.net's Text-to-Speech (TTS) service.

## Installation

To install the FastHub TTS Python module, use the following pip command:

```bash
pip install FastHub
```
## Usage
Shouldn't be an issue, use one of the two functions:

```python
PlayTTS()
```
```python
TTStoMP3()
```
There are default parameters, but you can supply your own, the easiest being the *Text* property.

```python
PlayTTS("Hello, World!")
```

These parameters are the same throught the functions, but the ```TTStoMP3()``` function has one additional parameter, *filename* which just tells the program where to save your file/what to call it.  It will automatically add *.mp3* to the end of the name.

The rest are pretty much self explanitory.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "FastHubPy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tts,fasthub,text to speech",
    "author": "Me",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/59/98/bdd5fcad2810f300140411dea4d8da0d63780c506d4cf73c0ba80d80ca4b/FastHubPy-0.1.tar.gz",
    "platform": null,
    "description": "# FastHub TTS Python Module\r\n\r\nThis Python module provides a convenient interface for interacting with FastHub.net's Text-to-Speech (TTS) service.\r\n\r\n## Installation\r\n\r\nTo install the FastHub TTS Python module, use the following pip command:\r\n\r\n```bash\r\npip install FastHub\r\n```\r\n## Usage\r\nShouldn't be an issue, use one of the two functions:\r\n\r\n```python\r\nPlayTTS()\r\n```\r\n```python\r\nTTStoMP3()\r\n```\r\nThere are default parameters, but you can supply your own, the easiest being the *Text* property.\r\n\r\n```python\r\nPlayTTS(\"Hello, World!\")\r\n```\r\n\r\nThese parameters are the same throught the functions, but the ```TTStoMP3()``` function has one additional parameter, *filename* which just tells the program where to save your file/what to call it.  It will automatically add *.mp3* to the end of the name.\r\n\r\nThe rest are pretty much self explanitory.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Utilizes the TTS service from Fasthub.net",
    "version": "0.1",
    "project_urls": {
        "Download": "https://github.com/OmegasGithub/FastHubPy/archive/refs/tags/v_01.tar.gz"
    },
    "split_keywords": [
        "tts",
        "fasthub",
        "text to speech"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5998bdd5fcad2810f300140411dea4d8da0d63780c506d4cf73c0ba80d80ca4b",
                "md5": "174a66e90f52389747ca4450dc8953c5",
                "sha256": "bd18e46ce080a1e0b3b73e89b1ef40d4c8df38fa5c02a240ff9cf44ad9fef7b1"
            },
            "downloads": -1,
            "filename": "FastHubPy-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "174a66e90f52389747ca4450dc8953c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3506,
            "upload_time": "2024-01-13T05:30:00",
            "upload_time_iso_8601": "2024-01-13T05:30:00.149955Z",
            "url": "https://files.pythonhosted.org/packages/59/98/bdd5fcad2810f300140411dea4d8da0d63780c506d4cf73c0ba80d80ca4b/FastHubPy-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-13 05:30:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OmegasGithub",
    "github_project": "FastHubPy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fasthubpy"
}
        
Me
Elapsed time: 0.36157s