Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 655 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 655 Bytes

Tools for Visually Impaired User

These are tools I use to make Linux work for me.

tts.sh

This script can be used in a few ways.

  • tts.sh --xclip will speak X primary selection
  • tts.sh hello world will speak the commandline arguments
  • echo hello world | tts.sh will speak the piped text

tts-area.sh

This script allows you to select a region of the screen which will then be OCR'ed and spoken aloud.

tts-ffxiv.sh

This will take a screenshot of the dialog region of Final Fantasy XIV, OCR it, and the speak it aloud. The screen capture portion likely needs to be adjusted based on your screen resolution and game display settings.