Giter VIP home page Giter VIP logo

wisecreator's Introduction

WiseCreator

You can create wordwise enabled .mobi files for Amazon Kindle by using


standalone

  1. You need to have calibre on your device.
  2. If you are on windows, download executables/wisecreator.exe
  3. If you are on linux, download executables/wisecreator
  4. Finally run the below commands in a shell
    Windows: wisecreator.exe PATH_TO_YOUR_MOBI_BOOK
    Linux      : ./wisecreator PATH_TO_YOUR_MOBI_BOOK

You can move standalone wisecreator file anywhere you like on your computer, but if you are using calibre portable, make sure you add your calibre portable folder to the PATH environment variable

script

  1. You need to have calibre on your device.
  2. To run the script you need to have Python3
  3. Make sure you have these Python libs:
    NLTK
    sqlite3 - included in standard library, or if your python has been built from source, use pip install pysqlite3
  4. Run wisecreator:
    ./main.py PATH_TO_YOUR_MOBI_BOOK

calibre console utility "ebook-convert" is used inside the script


Kindle Android app

  1. You need to have root access to your android phone.
  2. Follow the script or executable and get new .mobi and .kll files
  3. Rename LanguageLayer.en.ASIN.kll to WordWise.en.ASIN.db
  4. Push the .mobi book to Android/data/com.amazon.kindle/files
  5. Push the WordWise.en.ASIN.db file to /data/user/0/com.amazon.kindle/databases. You need root access for this.
  6. set the permissions for the wordwise file by running chcon u:object_r:app_data_file:s0:c512,c768 [filename].db from a terminal emulator app or via adb shell at the above path.

To develop:

You need pyinstaller to pack executables. You can install it with pip.

wisecreator's People

Contributors

tmilovanov avatar tikotik avatar arnaud512 avatar felixonmars avatar zpcc avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.