Skip to content

将txt文件及插图制作为epub电子书,制作目录,划分章节,插入插图。

Notifications You must be signed in to change notification settings

lng205/txt2epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TXT to EPUB 转换

Python脚本用于将txt文件及插图制作为epub电子书,制作目录,划分章节,插入插图。

  • 根据设置的正则表达式,自动分离章节。

  • 根据正则表达式,自动在图片的替代文字处,按顺序插入文件夹中的图片。

  • 自动插入卷首图。

脚本根目录放置封面图和txt文本。将卷首图置于front_images/,将文本中间的图片置于images/

shell脚本用于批处理,自动生成多个子目录中的小说。

运行pip install EbookLib安装第三方库。

About

将txt文件及插图制作为epub电子书,制作目录,划分章节,插入插图。

Resources

Stars

Watchers

Forks