Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/a1ifh/word-pronouncer
- Owner: a1ifH
- Created: 2024-12-18T01:21:31.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-12-18T01:22:41.000Z (11 days ago)
- Last Synced: 2024-12-18T02:29:19.663Z (11 days ago)
- Topics: pip, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```