Skip to content
/ Html2Epub Public

将 html链接, html文件 或 html文本 转换成 epub文件.

License

Notifications You must be signed in to change notification settings

zzZ5/Html2Epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html2epub

简介

原项目为python2项目 pypub , 此为python3项目, 并进行了些许修改.

将 html链接, html文件 或 html文本 转换成 epub文件.

tips

关于epub文件的格式可以参考 EPUB - Wikipedia.

快速使用

>>> import html2epub
>>> epub = html2epub.Epub("My First Epub")
>>> chapter = html2epub.create_chapter_from_url("https://en.wikipedia.org/wiki/EPUB")
>>> epub.add_chapter(chapter)
>>> epub.create_epub("OUTPUT_DIRECTORY")

参考文献

  1. wcember/pypub: Python library to programatically create epub files.
  2. EPUB - Wikipedia.

About

将 html链接, html文件 或 html文本 转换成 epub文件.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published