Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 748 Bytes

File metadata and controls

21 lines (18 loc) · 748 Bytes

[Python] Text to Speech

Basic Text to Speech application written in Python using Custom Tkinter.

Features

  • Dark or Light theme depending on System's current theme
  • Save the voice as a .mp3 file
  • Reads installed voices in your system and uses them
  • Change volume of the voice
  • Change rate of the voice

Screenshots

alt text alt text

How to run source

git clone https://github.com/Prits001/Text2Speech-Python.git
cd Text2Speech-Python
pip install -r ./requirements.txt
python main.py