gkwang / epub_convert

Convert simplified chinese to traditional chinese in epub.

Home Page:https://epub.stoneapp.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epub_convert

Online Version: https://epub.stoneapp.tech/

Requirements

  • Python 3.6 or newer

Libraries

  • Flask >= 0.13.0
  • OpenCC
  • TocasUI
  • axios

Usage

  • command line
$ python convert.py <epub>
  • development web server
$ python web.py
  • apache mod_wsgi
<VirtualHost *:80>
    ServerName domain.name

    WSGIDaemonProcess appname user=user1 group=group1 threads=5
    WSGIScriptAlias / /location/to/folder/web.wsgi
    Alias /static /location/to/folder/static

    <Directory "/location/to/folder">
        Require all granted
    </Directory>
</VirtualHost>

About

Convert simplified chinese to traditional chinese in epub.

https://epub.stoneapp.tech/

License:MIT License


Languages

Language:JavaScript 43.6%Language:Python 22.3%Language:Jinja 17.5%Language:CSS 16.4%Language:Procfile 0.2%