| Name | ttsmaker JSON |
| Version |
0.2
JSON |
| download |
| home_page | https://github.com/williamxhero/ttsmaker |
| Summary | A Python library for interacting with TTSMaker API |
| upload_time | 2024-09-04 08:15:58 |
| maintainer | None |
| docs_url | None |
| author | Yosef |
| requires_python | >=3.11 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# TTSMaker
TTSMaker is a Python library that allows you to interact with the TTSMaker API to convert text to speech.
https://ttsmaker.cn/developer-api-docs
## Installation
You can install the library using pip:
```bash
pip install ttsmaker
```
## Usage
```python
from ttsmaker import TTSMaker
ttsmaker = TTSMaker()
order = ttsmaker.create_tts_order("鎴戜滑鏉ヨ亰鑱婂ぉ", voice_id=1504)
order.save_audio("audio_file")
```
Raw data
{
"_id": null,
"home_page": "https://github.com/williamxhero/ttsmaker",
"name": "ttsmaker",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": null,
"author": "Yosef",
"author_email": "williamxhero@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/43/43/ad68301bd75213376cf9b06092f564f9d38c8210e29e5b25c853b9df7c76/ttsmaker-0.2.tar.gz",
"platform": null,
"description": "# TTSMaker\r\n\r\nTTSMaker is a Python library that allows you to interact with the TTSMaker API to convert text to speech. \r\n\r\nhttps://ttsmaker.cn/developer-api-docs\r\n\r\n## Installation\r\n\r\nYou can install the library using pip:\r\n\r\n```bash\r\npip install ttsmaker\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom ttsmaker import TTSMaker\r\n\r\nttsmaker = TTSMaker()\r\n\r\norder = ttsmaker.create_tts_order(\"\u93b4\u621c\u6ed1\u93c9\u30e8\u4eb0\u9471\u5a42\u3049\", voice_id=1504)\r\norder.save_audio(\"audio_file\")\r\n```\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python library for interacting with TTSMaker API",
"version": "0.2",
"project_urls": {
"Homepage": "https://github.com/williamxhero/ttsmaker"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "82066e63db0772a85e49fdc8876dae43f532f1eccd4beec210fe3b78048260a4",
"md5": "13f7f4dc55c77f378fec27f6c1edcdd0",
"sha256": "0a8bdb2a3dfeef4b677c54ce130b02373647a9a5e31b923cce9cde4c3916314f"
},
"downloads": -1,
"filename": "ttsmaker-0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "13f7f4dc55c77f378fec27f6c1edcdd0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 3676,
"upload_time": "2024-09-04T08:15:56",
"upload_time_iso_8601": "2024-09-04T08:15:56.222136Z",
"url": "https://files.pythonhosted.org/packages/82/06/6e63db0772a85e49fdc8876dae43f532f1eccd4beec210fe3b78048260a4/ttsmaker-0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4343ad68301bd75213376cf9b06092f564f9d38c8210e29e5b25c853b9df7c76",
"md5": "e221fdad08021710c93e6976ed9b4001",
"sha256": "b1a05f78860a2ebaf0cf890a378353f04e0f4f1aba522340bf4f5771a0e0c40a"
},
"downloads": -1,
"filename": "ttsmaker-0.2.tar.gz",
"has_sig": false,
"md5_digest": "e221fdad08021710c93e6976ed9b4001",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 3442,
"upload_time": "2024-09-04T08:15:58",
"upload_time_iso_8601": "2024-09-04T08:15:58.390993Z",
"url": "https://files.pythonhosted.org/packages/43/43/ad68301bd75213376cf9b06092f564f9d38c8210e29e5b25c853b9df7c76/ttsmaker-0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-04 08:15:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "williamxhero",
"github_project": "ttsmaker",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ttsmaker"
}