Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 482 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 482 Bytes

offline-text2speek-gui

graphical user interface (gui) to speak a given text

install dependencies:

sudo apt install zenity
sudo apt install git-core
sudo apt install libttspico-utils

get the code:

cd
git clone https://github.com/freddii/offline-text2speek-gui.git

install the program:

cd ~/offline-text2speek-gui &&./refresh_desktop_app_entry.sh

based on: https://fredfire1.wordpress.com/2016/06/16/speak-text-app-debian-ubuntu/