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

https://github.com/astrixgame/free-tts-autospeak

Free Text-to-Speech with auto play
https://github.com/astrixgame/free-tts-autospeak

autoplay free text-to-speech tts

Last synced: 3 months ago
JSON representation

Free Text-to-Speech with auto play

Awesome Lists containing this project

README

          

# Text-to-Speech with autoplay
Free Text-to-Speech python script with auto play used as command line TTS.

## 🛠️ Install Dependencies
```bash
pip3 install pygame
```

## 🧑🏻‍💻 Usage
```bash
python3 tts.py "Your text to speak right here"
```

## 🛠️ Tech Stack
- [Python](https://www.python.org/)
- [TTS Engine](https://ttsmp3.com/)

## ➤ License
Distributed under the Apache License. See [LICENSE](LICENSE) for more information.