معرفی شرکت ها


aiogTTS-1.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Python library to interface with Google Translate text-to-speech API
ویژگی مقدار
سیستم عامل -
نام فایل aiogTTS-1.1.1
نام aiogTTS
نسخه کتابخانه 1.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Helow19274
ایمیل نویسنده helow@helow19274.tk
آدرس صفحه اصلی https://github.com/Helow19274/aiogTTS
آدرس اینترنتی https://pypi.org/project/aiogTTS/
مجوز -
# aiogTTS [![PyPI version](https://img.shields.io/pypi/v/aiogTTS.svg)](https://pypi.org/project/aiogTTS/) [![Python versions](https://img.shields.io/pypi/pyversions/aiogTTS.svg)](https://pypi.org/project/aiogTTS/) [![Build Status](https://travis-ci.org/Helow19274/aiogTTS.svg?branch=master)](https://travis-ci.org/Helow19274/aiogTTS/) **aiogTTS** (asynchronous Google Text-to-Speech), a Python library to interface with Google Translate's text-to-speech API. Writes spoken mp3 data to a file or a file-like object (bytestring) for further audiomanipulation. #### Original gTTS - <https://github.com/pndurette/gTTS/> (75% of this repo) ## Features - Customizable speech-specific sentence tokenizer that allows for unlimited lengths of text to be read, all while keeping proper intonation, abbreviations, decimals and more; - Customizable text pre-processors which can, for example, provide pronunciation corrections; ### Installation ```bash $ pip install aiogTTS ``` ### Quickstart ```python import asyncio from io import BytesIO from aiogtts import aiogTTS async def main(): aiogtts = aiogTTS() io = BytesIO() await aiogtts.save('Привет, мир!', 'audio.mp3', lang='ru') await aiogtts.write_to_fp('Hallo!', io, slow=True, lang='de') asyncio.get_event_loop().run_until_complete(main()) ```


نیازمندی

مقدار نام
- aiohttp
- beautifulsoup4
- pytest-asyncio


نحوه نصب


نصب پکیج whl aiogTTS-1.1.1:

    pip install aiogTTS-1.1.1.whl


نصب پکیج tar.gz aiogTTS-1.1.1:

    pip install aiogTTS-1.1.1.tar.gz