An open API service indexing awesome lists of open source software.

https://github.com/dalae37/makeepub

Python EPUB Maker
https://github.com/dalae37/makeepub

epub python txt

Last synced: 10 months ago
JSON representation

Python EPUB Maker

Awesome Lists containing this project

README

          

# MakeEPUB
Python EPUB Maker
* Add HTML P tags between newline characters in the text file
* Convert **Imported** .EPUB directory to BOOKTITLE.EPUB file

# Requirement
* Python3 (Development Environment : Python 3.11.5)
* .EPUB file (Tested File : Created by [Sigil](https://github.com/Sigil-Ebook/Sigil) program

# License
BSD 3-Clause License

# How to Use
* add_ptag_to_newline
1. Run add_ptag_to_newline.exe file or run script file as **SAME DIRECTORY** (Input util .TXT extension)
![Add1](https://github.com/DaLae37/MakeEPUB/blob/main/Images/add1.png)

2. Check "Result/FILENAME.txt"
![Add2](https://github.com/DaLae37/MakeEPUB/blob/main/Images/add2.png)

3. Use changed files
![Add3](https://github.com/DaLae37/MakeEPUB/blob/main/Images/add3.png)

* covert_file_to_epub
1. Run add_ptag_to_newline.exe file or run script file as **SAME DIRECTORY**
![Convert1](https://github.com/DaLae37/MakeEPUB/blob/main/Images/convert1.png)

2. Check "Result" Folder
![Convert2](https://github.com/DaLae37/MakeEPUB/blob/main/Images/convert2.png)

3. Use .EPUB file
![Convert3](https://github.com/DaLae37/MakeEPUB/blob/main/Images/convert3.png)