Epub to twpub conversion tool.
- Upstream code repository: https://github.com/TWPUB/TWPUB-Tools
- Ink Drawer\TW Community Book Depository: https://github.com/Zacharia2/TWPUB-BOOK
C:.
├─twpub-tools.exe
├─epubs
└─output
- Please download twpub-tools.exe locally. And create a new folder named epubs in the same directory as the program (i.e. next to the program) as shown above.
- Place one or more epub books in the folder.
- Double-click to execute twpub-tools.exe and wait for it to finish, you can see the result in the output folder when it is done. The output folder is a folder automatically generated by the program.
- Clone or download the repository locally.
- Run
npm install -g pnpm
to install pnpm. - Execute
pnpm i
to install the dependencies for the project. If you get an error, try thenpm error handling method
. - Place the epub book in the epubs directory.
- Execute
pnpm run build
to start converting all the books in the epubs directory. 6. - Wait for the execution to complete.
- After the conversion is finished, you can find the converted TWPUB books in the output directory.