Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 661 Bytes

File metadata and controls

12 lines (10 loc) · 661 Bytes

Text To Speech Announcer

##Description A simple python server with web interface which takes text input and gives output as audio.

Setup

  • First thing is that you should have Python installed in your computer.
  • Second, install the pyttsx in your computer. It is a Python package, supporting common text-to-speech engines on Mac OS X, Windows, and Linux.

Running the application

  • To run the application just run the given command:
    python run.py
  • Your server will listen to port 4000. Now go to your web browser and type localhost:4000 to the address bar.