This is a simple text to speech conversion application which uses an online text to speech convertor. It allows you to convert a word document in the form of speech.
This file is a .py file and needs to be executed by a python compiler. U can use Jupyter Notebook for that. It is the best for this application.
- The .docx file must be stored in the same folder as that of the file.
- You cannot run it here. You need to download the .py as well as the .docx file to execute.
- You need to have google chrome installed in your computer.
- You must have selenium library, docx library and webdriver installed in your computer.