Text to speech converter#2994
Closed
emranpy wants to merge 2 commits intoavinashkranjan:mainavinashkranjan/Amazing-Python-Scripts:mainfrom
Closed
Text to speech converter#2994emranpy wants to merge 2 commits intoavinashkranjan:mainavinashkranjan/Amazing-Python-Scripts:mainfrom
emranpy wants to merge 2 commits intoavinashkranjan:mainavinashkranjan/Amazing-Python-Scripts:mainfrom
Conversation
|
Due to inactivity this pull request has been marked as stale. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added functionality to take user input as text and convert it to speech using the gTTS library. The code now prompts the user to enter text, saves the generated speech as an MP3 file, and plays the audio using the playsound library.
Fixed Issue:
N/A (This change adds new functionality to the script.)
Dependencies:
Python 3.x
gTTS (2.2.3 or compatible version)
playsound (1.2.2 or compatible version)
Type of change
Please delete options that are not relevant.
Checklist:
README.mdTemplate for README.mdrequirements.txtfile if needed.Project Metadata
If there is no-file/nothing to fill the below fields with, then type: noneExample:If no requirements.txt needed/present, then type none inRequirments.Category:
Title: <Text to speech converter>
Folder: <Text-to-speech-converter>
Requirements: <requirements.txt>
Script: <Enter the name of the
text_to_speech.pyfile (The main entry point of the program)>Arguments: <enter any arguments that the script needs but
-separeted like: h-c-m>Contributor: <emranpy>
Description: <Text-to-Speech Conversion: A Python script that converts text input into speech using the Google Text-to-Speech (gTTS) library and plays the generated audio>