I like reading using Kindle and adding highlights for later review. That's the reason why I wrote this small software (It's actually a script though) to extract all highlights from a specific book.
- Support notes besides highlights.
- Multilingual support. Currently, this small script only support
My Clippings.txt
created in Chinese.
Get the file path of My Clippings.txt
, and then pass it to --file
. It will analyze all the clippings within this file and return the highlights you want. The default behavior is saving the highlights to a file named {title}.md
(the title
here is equal to your --title
)
$ python src/cli.py -h
usage: cli.py [-h] [--title TITLE] [--file FILE]
options:
-h, --help show this help message and exit
--title TITLE the title of the book you want to extract
--file FILE the path of My Clippings.txt