Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a1ifh/word-pronouncer

Small program that outputs the pronunciation of words through audio.
https://github.com/a1ifh/word-pronouncer

pip python

Last synced: about 21 hours ago
JSON representation

Small program that outputs the pronunciation of words through audio.

Awesome Lists containing this project

README

        

# Word-Pronouncer
A small 12 line program that utlilises the python **PYTTSX3** package

## How to Run
### Prerequisites
Must install the following packages:
```
pip install pyttsx3
```

In order to run the application:

```bash
python word_pronouncer.py
```