this is a description
Project description
Fastest epub reader.
Why
Reading epub in PC is pain as hell. I have tried a lot tool like calibre
epubreader
,Mac books
, MarginNote
for quick and good view experience. However, some of the pifalls always exist in one or another.
- Loading is super slow for big epub because of splitted files.
- No smooth scrolling.
I think most of the epub reader focus too much on the layout, instread of contents. So I wonder. I have a web browser like Chrome which is a natural epub reader, and it's fast enough. The basic idea is converting epub to a big html. Simple but effective.
Tested platform
- Mac
- Windows
Usage
pip install epub2html
epub2html abc.epub
will open your converted epub html file in browser .
Open with double click like normal file (mac)
use automator, generate the app, create a Run shell script
module
source ~/.bash_profile
/usr/local/bin/epub2html "$1"
check which epub2html
in your bash to make sure it's the right path.
save it,
link the file with this app, You are good to go.
Dev
python3 -m venv --clear .p3env
source .p3env/bin/activate
pip install -r requirements.txt
Last
I won't follow the standard to parse epub, since it's way too complicated. If some epub is not openable.Please make a PR ,or,sobmit the epub to the issues, I would fix it as soon as I can.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file epub2html-2.2.41-py2.py3-none-any.whl
.
File metadata
- Download URL: epub2html-2.2.41-py2.py3-none-any.whl
- Upload date:
- Size: 70.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ac496406eafd39b60d2ea44a9d749aa28fd1f0d48e23c0042e501db54a68d43 |
|
MD5 | a4982f2edd9a8bfd84319b368df74185 |
|
BLAKE2b-256 | 326049cd79244a907592450cfab34f73ec22f6266d1e23dadac9a4cb074326ac |