Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumukus/text-to-speech-converter
Text to Speech converter using gTTs and flask in python
https://github.com/sumukus/text-to-speech-converter
flask gtts heroku html5 python3 text-to-speech-python3
Last synced: 2 days ago
JSON representation
Text to Speech converter using gTTs and flask in python
- Host: GitHub
- URL: https://github.com/sumukus/text-to-speech-converter
- Owner: sumukus
- Created: 2022-02-24T21:47:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T23:38:06.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T15:33:54.864Z (2 months ago)
- Topics: flask, gtts, heroku, html5, python3, text-to-speech-python3
- Language: HTML
- Homepage: https://learn.drukinfotech.com
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text to Speech Converter Application
Text to Speech converter using gTTs and flask in python. The command to install the libraries are given below.```
pip3 install flask
pip3 install gTTS
```
You can access the live application that I have deployed in Heroku platfrom from the link given below.[Link to Live Application](https://text-to-speech-converter-app.herokuapp.com/)