mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 00:14:48 -05:00
[PR #2908] [MERGED] Add gTTS project entry #13572
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2908
Author: @Vaibhavking8
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/14/2026
Merged by: @JinyangWang27
Base:
master← Head:add-gtts📝 Commits (1)
942555dAdd gTTS project entry📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
gTTS
Checklist
Add project-name* [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
gTTS is a simple, well-documented Python library and CLI for converting text to speech using Google Translate TTS. It has been actively maintained for years and is widely used in automation scripts, accessibility tools, and rapid prototyping where lightweight text-to-audio generation is needed.
How It Differs
While many libraries focus on general NLP or heavy speech platforms, gTTS provides a minimal and lightweight text-to-speech solution with a very small API surface and no complex cloud SDK setup. This makes it especially useful for quick scripts, demos, and small applications where simplicity matters.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.