Zippy is an open-source Python CLI designed to enhance your eBook reading experience on Kindle by 'bionifying' ePub files. By bolding the initial letters of words, it boosts reading speed and comprehension. Easy to set up and customize, Zippy empowers you to make literature more engaging and accessible.
zippy
is an open-source command-line interface (CLI) designed to enhance the reading experience of eBooks on Kindle devices through a technique known as bionification. This process involves bolding the initial letters of words, which can significantly improve reading speed and comprehension, making it particularly beneficial for eBooks in the ePub format.
Key Features
- Easy to Use: Streamlined CLI commands for effortless bionification.
- Customizable: Adjust the bionification algorithm to fit your reading preferences.
- Open Source: Contribute to the project and tailor the tool to your needs.
How to Use
To bionify an ePub eBook, simply execute:
python3 zippy.py <input_file> <output_file> [--algorithm <algorithm>]
Example Usage
Transform your eBook with just a command:
python3 zippy.py "Lying (Sam Harris).epub" "Lying (Sam Harris) Bionic.epub"
Customizing the Algorithm
You can specify a custom algorithm with the optional parameter, providing control over how bolding is applied:
python zippy.py "Lying (Sam Harris).epub" "Lying (Sam Harris) Bionic.epub" --algorithm "- 0 1 1 2 0.4"
Inspired by the Bionify Chrome extension, zippy
stands out as a powerful tool for eBook lovers seeking to enhance their digital reading experience. Embrace the future of reading with zippy
and enjoy a more engaging and efficient reading journey!