[I] from codeberg.org
- Python 100%
| images | ||
| pyRSVP.py | ||
| README.md | ||
| sample.pdf | ||
| sample.txt | ||
Left4Code's pyRSVP!
Attempting to make a functional CLI Rapid Serial Visual Presentation reader.
How to use it:
1: Run on text
python3 pyRSVP.py <sample text> <WPM rate>
2: Speed read PDFs with poppler-utils
pdftotext <pdf> && python3 pyRSVP.py <pdf.txt> <WPM rate>