1.0.5 • Published 1 year ago

mobiunpack v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

node-mobiunpack

Simple Node.js wrapper of mobiunpack 0.32 to unpack or export images from .mobi files.

Install

npm install mobiunpack

Usage

const { unpack, exportImages } = require("mobiunpack");

unpack("test.mobi", "output/unpack");
exportImages("test.mobi", "output/images");

CLI

Usage: mobiunpack <mobiFile> [outputDir] [--images]

Arguments:
  mobiFile      path to .mobi file
  outputDir     output directory (default: ".")

Options:
  --images      export sorted images

Development

Build mobiunpack executable file

pip install -i https://mirrors.aliyun.com/pypi/simple/ pyinstaller==3.6
pyinstaller -F "mobiunpack.py"
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago