Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyamalogi/text-to-speech
"Transform Your Words into Sonic Spells with Shreya's Text-to-Speech Enchantment! ππβ¨"
https://github.com/shreyamalogi/text-to-speech
begginer-project-explanation gtts-library python shreyamalogi tts
Last synced: 25 days ago
JSON representation
"Transform Your Words into Sonic Spells with Shreya's Text-to-Speech Enchantment! ππβ¨"
- Host: GitHub
- URL: https://github.com/shreyamalogi/text-to-speech
- Owner: shreyamalogi
- License: mit
- Created: 2020-07-21T18:57:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T14:36:36.000Z (about 1 year ago)
- Last Synced: 2024-10-03T19:42:18.129Z (about 1 month ago)
- Topics: begginer-project-explanation, gtts-library, python, shreyamalogi, tts
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 14
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![demo](https://clevertap.com/wp-content/uploads/2018/11/voice-command-app-Incontent-2.gif)
# Text-to-Speech Enchantment ποΈβ¨
[![GitHub stars](https://img.shields.io/github/stars/shreyamalogi/Text-To-Speech.svg?style=social)](https://github.com/shreyamalogi/Text-To-Speech/stargazers)
### DETAILS: π»ππ βοΈ
- **Functionality** Converts Text to Speech
- **Tech Stack:** `Python`, `gTTS`, `mpyg321`
- **Author:** [@shreyamalogi](https://github.com/shreyamalogi/)
- **Year of Project:** 2020---
## Table of Contents
- [Introduction](#introduction-%EF%B8%8F)
- [How to Make It Work](#how-to-make-it-work-)
- [Extra Tricks (Optional)](#extra-tricks-optional)
- [Challenges and Solutions](#challenges-and-solutions-%EF%B8%8F)
- [Contribution](#contribution-)
- [License](#license-%EF%B8%8F)
- [Support](#support-)## Introduction π§ββοΈβ¨
Hey, wizards-in-training! π [@shreyamalogi](https://github.com/shreyamalogi) here, and I'm super excited to tell you about this cool project I brewed up: the Text-to-Speech (TTS) Enchantment! Imagine you type something on your computer, and poof! Your computer reads it out loud in a magical voice. That's exactly what this project does. It's like turning your written words into a magical podcast.
## How to Make It Work πβ¨
### Step 1: Get the Magic Recipe
- You'll need a special language called Python on your computer. If you don't have it, ask a more experienced wizard to help you install it.
- Also, make sure to have the magical ingredient called gTTS. You can add it with a magic spell:```bash
pip install gTTS
```### Step 2: Cast the Spell
- Find a cozy spot on your computer where you can brew your spells.
- Open the command wand (you know, the terminal).
- Type the following spell to make it work:```bash
python tts.py
```Your computer will ask you to type something. Go ahead, type anything you want to hear magically!
### Step 3: Hear the Magic
After typing, you'll find a new magical file named "SpeechOutput.mp3" in the same spot where you cast your spell. Click on it, and voila! Your computer is talking! πΆπ
### Extra Tricks (Optional)
If you want to make your computer sing the magic words directly from your spellbook (Python script), there's an extra spell called mpyg321. To add this spell, just say:
```bash
pip install mpyg321
```## Challenges and Solutions βοΈπ‘
- **Challenge:** Adding smooth transitions to the generated audio.
- **Solution:** Implemented mpyg321 for a seamless and enchanting listening experience.
## Contribution πβ¨
Feel the magic within you? Contribute and shape the spellbook as you desire.
## License ποΈ
This project dances under the spell of the MIT License.
MIT License
Copyright (c) 2020 Shreya Malogi
## Support βπ
Show your magical support by starring this project on GitHub!