/epub_making_tools

A repository to store some of the tools created for making epubs

Primary LanguagePython

Introduction

This repository is made as a storage to store some of the tools I have created for creating epub using Sigil

Sigil

Tool list

raw_text_to_html.py

A tool that takes text.txt of UTF-8 as input and output content.txt in UTF-8 with each line added with according html tags.

txtImporter

A Sigil plugin modified from John Crew's TextImporter v0.1.0.5 with its action extended by using raw_text_to_html.