python-clipboard-speaker

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9aea55f20ec25642c88307764f49fa2db2b2cd39
parent 27041637738bf3a2ca72489ccc941b0be7b3a414
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Thu, 25 Nov 2021 00:18:01 +0200

More explanations.

Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -5,6 +5,12 @@ Mark some text and let it rip. +Not a fancy curiosity but an accessibility tool for people with reading disabilities. I use it every day to read. + +1. Select some text. +2. Press the keybinding to start `clipboard-reader`. Your computer is now speaking the stuff in the selection. +3. (optional) Press the other keybinding to start `clipboard-reader-kill` and make computer stop speaking. + ## Installation: 1. Install the infrastructure: `apt install daemonize espeak-ng xsel`