🎙️ MultiTask Convertor : A Application to convert :- Image to Text Text to Audio Audio to Text Speech to Text. Interface : Tech Stack : Setup : Libraries : Tkinter Speech Recognition PIL Gtts OS PYtesseract To Install : Open python console in IDE. Write pip3 install {Library name} Example : pip3 install requests Note : To Setup PYtesseract download and install the file Tesseract and give path of the file in the code. Note : To Setup pyaudio for speech recognition download and install the file pyaudio and then do pip install 'path-to-downloaded-whl' . IDE USED : Pycharm