Skip to content

This is a simple tts that i have quickly pulled together for use on my main linux computer

Notifications You must be signed in to change notification settings

forde-dev/SimpleTTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleTTS

This is a simple Text-To-Speech that I have quickly pulled together for use on my main linux computer

How to use

To use this program you must first have 'xsel' installed.

ArchLinux: sudo pacman -S xsel

Ubuntu: sudo apt-get install xsel

Then install the required imports for python,

sudo pip3 install -r requirements.txt

Finally, to use it you just have to highlight text you want read to you and run the following command.

python3 tts.py

I recommend to bind that command to a key-shortcut

About

This is a simple tts that i have quickly pulled together for use on my main linux computer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages