Skip to content

Make your epub books vertical or horizontal.

License

Notifications You must be signed in to change notification settings

OverflowCat/epubhv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epubhv

make your epub books vertical or horizontal.

Install

pip install epubhv
or
git clone https://github.com/yihong0618/epubhv.git
cd epubhv && pip install .

Use

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

# if you also want to translate from `简体 -> 繁体`
epubhv c.epub --convert s2t

# if you also want to translate from `繁体 -> 简体`
epubhv d.epub --h --convert t2s

# or a folder contains butch of epubs
epubhv tests/test_epub # will generate all epub files to epub-v

Thanks

Appreciation

  • Thank you, that's enough. Just enjoy it.

image image

About

Make your epub books vertical or horizontal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%