Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 857 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 857 Bytes

speedreader

speedreader.mp4

installation

For UNIX based systems (linux, macOS)

# Root is only required for the last line
git clone https://github.com/trakBan/speedreader.git

cd speedreader
chmod +x speedreader
sudo python setup.py install

One line

git clone https://github.com/trakBan/speedreader.git && cd speedreader && chmod +x speedreader && sudo python setup.py install

Usage

--wpm | -w , usage: -w {number}, WPM - words per minute
--help | -h , usage -h, this will print what each argument does

Config file

Path for config file: ~/.config/speedreader/config.py You can change colors, default WPM and other things in config.py. documentation is contained inside the config file in the form of the comments.