This tool assists in splitting a novel's plain text file into chapters and building an ePub file.
- Choose the TXT file containing the novel.
- Automatically split the TXT file into chapters using a regular expression based on chapter titles.
- Fill in the book's metadata.
- Click the
Prepare EPUB
button and wait for the Download button to appear. - Download the generated ePub file.
Pack images as an ePub file.
- Choose image files.
- Fill in the book's metadata
- Click the
Prepare EPUB
button and wait for the Download button to appear. - Download the generated ePub file.
python3 -m venv venv
.\venv\Scripts\python.exe -m pip install -r requirements.txt
.\venv\Scripts\streamlit.exe run README.py
Currently, we only support windows executable.
python3 -m venv venv
.\venv\Scripts\python.exe -m pip install -r requirements-release.txt
.\venv\Scripts\pyinstaller.exe app_entry.spec --clean