Skip to content

Simple screenreader that uses OpenAI TT2S API to convert the text in your copy buffer into audio files

Notifications You must be signed in to change notification settings

danielpatrickhug/simple_screenreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Simple ScreenReader

A simple screenreader that uses OpenAI TT2S API to convert the text in your copy buffer into audio files. Currently only supporting Mac.

How to run

  1. Set your OPENAI_API_KEY in the terminal
$OPENAI_API_KEY=sk-...
export OPENAI_API_KEY  
  1. create venv(optional), install requirements and run the python script
python3.12 -m venv venv && source venv/bin/activate && pip install -U pip setuptools wheel
pip install -r requirements.txt
python screenreader.py
  1. Use the screen reader.
  • Highlight a piece of text and run your copy command(command + c on mac), wait and listen to audio.

About

Simple screenreader that uses OpenAI TT2S API to convert the text in your copy buffer into audio files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages