No project description provided
Project description
tatts
this project is a python package that uses google translate to read text (tts) and to translate!
Installation
Use the package manager pip to install tatts.
pip install tatts
Usage
import tatts
# text to speak
tatts.speak("hello world!")
# returns a translated text to whatever language you want
tatts.translate("hello world!",'en')
notice that if you don't have chrome driver in path/folder that you running the python code from the package will auto-install the chromedriver.exe
it will show you a dialog that asks you to install the chrome driver and if you say y (yes) it will install the last stable version of chrome driver
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tatts-1.2.tar.gz
(3.1 kB
view details)
File details
Details for the file tatts-1.2.tar.gz.
File metadata
- Download URL: tatts-1.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.10.0 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2c220cf05f26c4cf865c5825b5489b8cc5ba5083d5d3812195e1b802ccffb3c
|
|
| MD5 |
5b212506f512060e8e7e5fa724f08985
|
|
| BLAKE2b-256 |
04c02db5fb443641d3c0392ade1aa87a5003788b38fc53e2250db9fe8838e4ca
|