this is a description
Project description
why
Reading epub in PC is pain as hell. I have tried a lot tool like calibre
epubreader
for better view experience. However, some of the pifalls always exist in one or another.
- Loading is slow because of the splitted file.
- No smooth scrolling.
- pdf generating is so ugly
So I wonder. I have a web browser like Chrome which is a natural epub reader. And we can install any plugin we want from google store. for example, I use vim binding a lot, how do we navigate in epub with vim binding by the power of vimium plugin.
So, 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.
todo
- follow https://www.w3.org/publishing/epub3/epub-spec.html#sec-intro-epub-specs to read source.
- show/hide button does not locate in the middle of sidebar if menu too long
- repair ref link
- images and css location
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.36-py2.py3-none-any.whl
.
File metadata
- Download URL: epub2html-2.2.36-py2.py3-none-any.whl
- Upload date:
- Size: 70.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93901061982bf54887550d46bc000696c1d71607c2a9fd3ae7bb8fc836f56875 |
|
MD5 | 432b8edb76cbc4a9d37a57fa44dea8c1 |
|
BLAKE2b-256 | 0752c198706619264fe88dae80f81bbee1cac4b7a136cdfc94bbbfa45ad72028 |