A simple, lightweight Python application that provides a graphical interface for the espeak text-to-speech synthesizer.
- Voice Selection: Choose from various male, female, and special effect voices (Whisper, Croak).
- Pitch Control: Adjust the tone of the voice.
- Speed Control: Speed up or slow down the speech rate.
- Simple Interface: Easy-to-use text box with "Speak" and "Clear" buttons.
- Linux operating system (tested on Debian/Ubuntu based systems).
- Python 3.
espeakengine.tkinter(Python's standard GUI library).
Download the latest .deb file from the Releases page and install it using:
sudo apt update
sudo apt install ./quickspeechpi_1.1_all.deb- Download
QuickSpeechPi-linux.zipfrom the Releases page. - Extract the zip file.
- Ensure system dependencies are installed:
sudo apt install espeak python3-tk - Run the
QuickSpeechPibinary.
- Clone this repository.
- Run the setup script to install necessary system dependencies:
chmod +x setup.sh ./setup.sh
- Run the application:
python3 tts_gui.py
Run the application directly with Python:
python3 tts_gui.pyMIT License