TelegramTranslatorBot

this translator bot gives the option to translate the message to almost any existing languages that google can support and it is working in telegram language: python libraries used: telebot, os, playsound, speech_recognition, googletrans, gtts

Installitation of required modules:

pip install SpeechRecognition==3.10.0
pip install playsound
pip install telebot
pip install googletrans
pip install gTTS