randelcarpio

Rupegia EPUB Creator

Introduction

Rupegia EPUB Creator is a Python script that generates an EPUB file from a series of HTML chapters, creating a cohesive eBook. It utilizes the ebooklib, BeautifulSoup, and other libraries.

Prerequisites

Usage

  1. Navigate to the directory containing the script:
    cd path/to/rupegia-epub-creator
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Run the script:
    python createbook.py
    

Configuration

Features

Example

# Set the folder containing chapter HTML files
chapters_folder = 'D:\\Files\\PyScrap\\Rupegia'

# Run the EPUB creation script
python createbook.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Author

John Randel Carpio Contact: carpio.johnrandel@gmail.com