Giter VIP home page Giter VIP logo

rust-reader's Introduction

This is a light weight Windows screen reader intended for persons that need some selectable text read and do not need the entire UI read. It is written in Rust.

The primary function is the Read hotkey by defalt Ctr-/ witch:

  1. Save the contents of the clipbored
  2. Types Ctr-c
  3. Start reading the new contents of the clipbored
  4. Put the clipbored back to the contents it saved in step 1.

Upgrade and Installation (after rust is installed)

  1. Get the latest Rust release. On the command line type rustup update.
  2. Replace the source code with the code from github.
  3. Close the reader
  4. Build reader by typing on the command line cargo build --release
  5. Reopen reader.

Prehistory

Chaim and I got frustrated with the screen readers we were using. We decided that it didn't take much to be more useful than the available options. So we worked together and made a very functional alternative.

It had:

  • Multi window support; you could have many different documents open in separate reader windows.
  • A pronunciation editer; if a word was mispronounced you could use regex to substitute a phonetic spelling.
  • A ticker tape; you could watch words being read run across the top of your screen.
  • Skip forward and back by time, sentence, or paragraph.
  • Full persistence; on launching the program it would have restored all the windows you had open.
  • A progress bar complete with percent complete and time left.

Unfortunately, we had stretched out our programing language AutoIt3 far past its limits. Later, when I was learning rust, I went back to fix sum bugs, but discovered it was too unwieldy and so started this rewrite in rust.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.