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
- Host: GitHub
- URL: https://github.com/dalae37/makeepub
- Owner: DaLae37
- License: bsd-3-clause
- Created: 2024-05-09T00:51:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T02:39:11.000Z (over 1 year ago)
- Last Synced: 2025-01-23T08:41:53.000Z (12 months ago)
- Topics: epub, python, txt
- Language: HTML
- Homepage:
- Size: 746 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

2. Check "Result/FILENAME.txt"

3. Use changed files

* covert_file_to_epub
1. Run add_ptag_to_newline.exe file or run script file as **SAME DIRECTORY**

2. Check "Result" Folder

3. Use .EPUB file
