
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
google-text-to-speech
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
The google_text_to_speech
package is a Python-based solution designed to provide versatile and user-friendly text-to-speech (TTS) capabilities. Leveraging the Google Translate TTS API, it enables users to convert written text into spoken words in various languages.
.
├── clean_up_ws.sh
├── coverage.sh
├── docs
│ ├── conf.py
│ ├── index.rst
│ ├── make.bat
│ ├── Makefile
│ ├── prepare_plantuml.sh
│ ├── requirements.txt
│ ├── resources
│ │ └── LabSoft2.png
│ └── src
│ ├── architecture.md
│ └── user_stories.md
├── images
│ └── TransparentLogo.png
├── LICENSE
├── README.md
├── requirements.txt
├── setup.py
├── src
│ └── google_text_to_speech
│ ├── google_translate_tts.py
│ ├── __init__.py
│ └── _version.py
└── tests
├── test_google_translate_tts.py
└── test-reports
8 directories, 20 files
pip install google_text_to_speech
from google_text_to_speech import play_tts
# Text to be converted to speech
text = "Hello World!"
language = "en" # Language code (e.g., "en" for English)
# Calling the text-to-speech function
play_tts(text, language)
Code Quality
tab.Tests
tab.Contributions are welcome! Please read our Contributing Guidelines for more information.
This project is licensed under the MIT License.
Developed with ❤️ by
FAQs
A text-to-speech conversion tool using Google Translate API
We found that google-text-to-speech demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.