Skip to content

Python script for reading input text using TTS (Text-to-speech)

Notifications You must be signed in to change notification settings

Zajic86/readThis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

readThis

Python script for reading input text using pyttsx3 and gTTS

Install & run

git clone https://github.com/Zajic86/readThis.git
cd readThis
pip install -r requirements.txt
python readThis.py

If you don't have any Text-To-Speech engine installed, try eSpeak for example

sudo apt install espeak

voices in script with eSpeak (you can add your own, just uncomment list of voices):

  • Čeština
  • Slovenčina
  • English
  • Deutsch
  • Polski
  • Español
  • Français
  • Magyar
  • Italiano

more voices of eSpeak - https://github.com/espeak-ng/espeak-ng/blob/master/docs/languages.md

also you can change parameters rate, pause, volume, pitch, modulation and emphasis in code

About

Python script for reading input text using TTS (Text-to-speech)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages