richiebful / t2epub

Transfer TxT file to epub format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t2epub

Transfer TxT file to epub format

Step 1 Install

sudo pip install t2epub

Step 2 Use it

t2pub --help   see help

Check Chapter

t2pub test file_path

Generate epub file

t2pub process file_path

Extra options for all command

--exp # use extra regular expression to split chapter

--limit # max length of chapter line

Extra options for process command

--name # Specify book name

--author # Specify author name

--cover # Specify cover image

About

Transfer TxT file to epub format

License:GNU General Public License v3.0


Languages

Language:Python 100.0%