Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 2 KB

README.md

File metadata and controls

67 lines (50 loc) · 2 KB

velocireader

project / repo / mailing list / issues

Code style: black builds.sr.ht status

Reformats EPUB ebooks with bolded fixation points at the beginning of words to guide your eyes.

ℹ️ Note
The canonical project locations are linked above. Other locations are mirrors.

Installation

Clone the repo

git clone https://sr.ht/~logankirkland/velocireader/

Install Python dependencies

python -m pip install -r requirements.txt

Usage

python velocireader.py INPUTFILE
usage: velocireader.py [-h] [-o OUTPUT] [-s {1,2,3,4,5}] [-d {1,2,3,4,5}] [--demo] [input]

Reformats EPUB ebooks with bolded fixation points at the beginning of words to guide your eyes.

positional arguments:
  input                 input EPUB file path

options:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        output EPUB file path
  -s {1,2,3,4,5}, --strength {1,2,3,4,5}
                        amount of text to bold at the beginning of each word, from 1-5. Default 2
  -d {1,2,3,4,5}, --distance {1,2,3,4,5}
                        distance between bolded words, from 1-5. Default 1
  --demo                print a sample of text processed with the selected settings

Thanks

This project is based on dobrosketchkun/bionic-reading-epub-converter, which is licensed under The Uncertain Commons License. Thank you for your contribution.