Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 690 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 690 Bytes

Text-to-Speech-Conversion

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.

How to execute

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.

Requirements

  1. The .docx file must be stored in the same folder as that of the file.
  2. You cannot run it here. You need to download the .py as well as the .docx file to execute.
  3. You need to have google chrome installed in your computer.
  4. You must have selenium library, docx library and webdriver installed in your computer.