Skip to content

MrLucio/mobi-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobi reader

GitHub Workflow Status PyPI - License

PyPI - Python Version PyPI

Installation

  pip install mobi-reader

Usage

This example is taken from tests/test_reader.py

  from mobi import Mobi

  reader = Mobi('./alice_in_wonderland.mobi')
  output = reader.read()  # bytearray containing the decoded mobi file

  reader.close()

About

An easy way to read mobi files!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages