##Description A simple python server with web interface which takes text input and gives output as audio.
- 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.
- 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.