Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

mitjafelicijan/visual-word-cueing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual word cueing

Preview

Visual cueing in this context means splitting words and highlighting first part of the words. This makes reading large blocks of text much easier. With this technique you can also greatly improve reading speed.

Note: Check https://standardebooks.org/ for really quality e-books.

Usage

This script is written in vanilla Python 3 and no other external dependencies are needed.

To change look and feel of output HTML file change things in base.html like fonts, colors, etc. base.html is used as a template for export.

# Show help.
python3 convert.py --help

# Convert and visually cue text file.
python3 convert.py \
	--input-file=books/franz-kafka-metamorphosis.txt \
	--output-file=franz-kafka-metamorphosis.html \
	--title="Metamorphosis" \
	--author="Franz Kafka"

About

Converts text to HTML and adds visual word cues

Topics

Resources

License

Stars

Watchers

Forks

Contributors