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
- Host: GitHub
- URL: https://github.com/astrixgame/free-tts-autospeak
- Owner: astrixgame
- License: apache-2.0
- Created: 2024-05-22T17:10:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T15:34:21.000Z (10 months ago)
- Last Synced: 2025-01-22T15:45:34.327Z (9 months ago)
- Topics: autoplay, free, text-to-speech, tts
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.