pip install mobi-reader
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()| Name | Name | Last commit date | ||
|---|---|---|---|---|
pip install mobi-reader
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()