Skip to content
forked from xxyzz/WordDumb

A calibre plugin that generates Word Wise and X-Ray files then sends them to Kindle. Supports KFX, AZW3, AZW and MOBI eBooks. X-Ray supports 18 languages.

License

Notifications You must be signed in to change notification settings

net-frog/WordDumb

 
 

Repository files navigation

WordDumb

A calibre plugin that generates Word Wise and X-Ray files then sends them to Kindle. Supports KFX, AZW3, AZW and MOBI eBooks.

Languages supported by X-Ray: Català, Dansk, Deutsch, English, Español, Français, Italiano, Lietuvių, Nederlands, Norsk bokmål, Polski, Português, Română, Ελληνικά, Македонски, Русский, 中文, 日本語.

screenshot

Contribute

Please read CONTRIBUTING.

How to use

  • Install 64bit calibre

    • Arch Linux
    # pacman -Syu --needed calibre
    
    • Other Linux distros
    $ sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
    
    $ brew install calibre
    
    # choco install calibre
    
  • Install Python(pip) for X-Ray

    • Arch Linux
    # pacman -Syu --needed python-pip
    
    • Debian based distro
    $ sudo apt install python3-pip
    
    • macOS
    $ brew install python
    
    // or install Command Line Tools
    $ xcode-select --install
    
    # choco install python
    
  • Install WordDumb:

install.mov
  • Install KFX Input plugin for KFX books(optional if you don't use this format).

  • Set preferences

    • Enable "Fetch X-Ray people descriptions from Wikipedia" option for nonfiction books and novels that have character pages on Wikipedia. A quote from the book will be used if it's disabled or the page is not found.

    • Larger spaCy model has higher Named-entity recognition precision therefore improves X-Ray quality, more details at https://spacy.io/models/en

preferences.mov
  • Connect Kindle to calibre, select one book or multiple books then click the plugin icon or menu.
usage.mov

I need about tree-fiddy

Donate using Liberapay

License

This work is licensed under GPL version 3 or later.

Icon made by Freepik from www.flaticon.com.

About

A calibre plugin that generates Word Wise and X-Ray files then sends them to Kindle. Supports KFX, AZW3, AZW and MOBI eBooks. X-Ray supports 18 languages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%