make your epub books vertical or horizontal.
pip install epubhv
or
git clone https://github.com/yihong0618/epubhv.git
cd epubhv && pip install .
epubhv a.epub # will generate a file a-v.epub that is vertical
or
epubhv b.epub --h # will generate a file b-h.epub that is horizontal
or a folder contains butch of epubs
epubhv tests/test_epub # will generate all epub files to epub-v
- Thank you, that's enough. Just enjoy it.