Skip to content

Ugyenwangdi/LanguageTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

"Language translation using Python and googletrans library"

1/ Create a virtual environment

$ py -3 -m venv env $ .\env\Scripts\activate

2/ To use Google Translate in Python, install using:

$ pip install googletrans==4.0.0-rc1

  • also

$ pip install pipwin # we need pipwin for installing pyaudio

$ pipwin install pyaudio

$ pip install SpeechRecognition

$ pip install gtts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages