Speedreading program similar to spritz.
Built with:
- python3
- gtk3 & glade
- pango
- cairo
run cat file | python3 -m splash.splash
further invocation help can be seen via
python3 -m splash.splash --help
run python3 -m splash
Currently, splash supports plain text only. To read other formats, convert them to text first.
You can convert .epub
ebooks with callibre:
ebook-convert input.epub output.txt
Use poppler:
pdftotext input.pdf output.txt
If you're bored and want to add new stuff to the project, just go for it and submit pull requests.
Please adhere to the PEP8 coding style.
You can reach us in IRC:
#sfttech
on freenode.net
GNU GPLv3 or any later version. See COPYING for further info.