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 and MOBI eBooks. X-Ray supports 18 languages.

License

Notifications You must be signed in to change notification settings

hkguy80/WordDumb

 
 

Repository files navigation

WordDumb

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

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

X-Ray doesn't support macOS, because macOS prohibits calibre from loading unsigned library.

screenshot

Contribute

Please read CONTRIBUTING.

How to use

  • Install 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

      pip module is included in python.

    • Debian or Ubuntu based distro

    $ sudo apt install python3-pip
    
    $ choco install python
    
  • Install WordDumb:

install.mov
  • Install KFX Input plugin for KFX books(optional).

  • Set preferences

    • Enable "search people" option for nonfiction books and novels that have character pages on Wikipedia to add people descriptions in X-Ray.

    • Larger spaCy model has higher NER 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 and MOBI eBooks. X-Ray supports 18 languages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%