Skip to content

kevinchen220/SimpleTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SimpleTranslator

Try it out

https://www.dropbox.com/s/p05y5y53mv8ri70/main.exe?dl=0
Downloading the .exe file with this link should allow you to try out the program.
It may take a while to load when you run it.

What it does

The program is basically a simplified google translate with only voice inputs.
First, it takes in the language the user speaks as the display language.
It then asks for what language the user wants to translate.
Then, what language they want to translate to.
Finally, it asks for the content to translate and outputs the translated content.

How I built it

- python
- google-speech-recognition
- gTTS (google text to speech)
- TextBlob

The language I used to build this project was python. I used google-speech-recognition to recognize speech to text. I used gTTS for text to speech. I used TextBlob for the translation of texts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages