Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 999 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 999 Bytes

LangComm

LangComm is your goto app to communicate with people from all around the world! It supports a multitude of of languages so that you can understand someone who doesn't speak your language!

Prerequisites

  • Tesseract OCR Engine
  • ptesseract module (pip install pytesseract)
  • deep_translator module (pip install deep-translator)
  • gtts module (pip install gTTS)
  • playsound 1.2.2 module (pip install playsound==1.2.2)
  • SpeechRecognition module (pip install SpeechRecognition)
  • Python 3.10 or above

Run

Please refer to the releases section to get any version of LangComm you want.

  • Run python3 langcomm.py in a terminal if you have Mac/Linux.
  • Run python langcomm.py in a terminal if you have Windows.

Extra Notes

Replace FULL PATH TO TESSERACT EXECUTABLE HERE (Line 15) with the full path of your Tesseract OCR Engine installation.