Quick Reader is a program that enables its user to quickly read through text by encouraging the silencing of their subvocalization. Quick Reader is free/libre open source software released under GPL. The source code is available on GitLab at https://gitlab.com/quickreader/quickreader. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ This is my first piece of free open source software, so I hope it meets your expectations of quality and may it serve you well.
Demo.mp4
This program encourages the silencing of the user's subvocalization by quickly going through the inputted text. The text is displayed below the input field and the words are changed multiple times per second. This will encourage the user to quietly accept the words without pronouncing them silently in their head, resulting in faster comprehension.
- Changeable words per minute speed and chunk size
- Dynamically calculated duration of the time to read all the text inputted
- Saving to and opening from text files
- Changing the font size and style of the displayed words
- Jumping back and forth with the arrow keys and pausing with space
- Configurable text input font size, jumping distance with the arrow keys, remembering and restoring position in text, variable speed to slow down the time until the next word if the current one is too long
- Download the archives from the releases page for your version (64bit or 32bit). They are split in 2 parts due to size limits.
- Extract the archives in a directory of your choosing
- Run the executable from that directory
Arch Linux
- A PKGBUILD is available in the AUR at https://aur.archlinux.org/packages/quickreader
- Make sure
qt5-baseandhicolor-icon-themeare installed in your local distribution as well as the programsmakeandqmake - Git clone this repo and cd into it
- Execute
mkdir build && cd buildqmake -o Makefile ../QuickReader.pro -spec linux-g++make -f Makefileinstall -m 755 quickreader /usr/bininstall -m 644 ../Assets/quickreader.desktop /usr/share/applicationsinstall -m 644 ../Assets/quickreader-icon.svg /usr/share/icons/hicolor/scalable/apps