Metadata-Version: 2.1
Name: flask-mdict
Version: 1.1.5
Summary: Flask Mdict Server
Home-page: https://github.com/liuyug/flask-mdict
Author: Yugang LIU
Author-email: liuyug@gmail.com
License: MIT
Platform: noarch
Requires-Python: >=3.6
Requires-Dist: Flask
Requires-Dist: Flask-DebugToolbar
Requires-Dist: Flask-WTF
Requires-Dist: WTForms-Components
Requires-Dist: google-translate-for-goldendict

===========
Flask-MDict
===========

.. NOTE::

    Follow MIT and 996.ICU license.

Screenshot
==========

.. image:: mdict_screenshot2.png

.. image:: mdict_screenshot.png

Usage
======
Install
--------
::

    git clone https://github.com/liuyug/flask-mdict.git

    cd flask-mdict
    pip3 install -r requirements.txt

    mkdir content
    # copy MDICT dictionary into content directory
    cp <mdict> content/

    # install word frequency database from ecdict csv
    ecdict.sh


Run
----
::

    flask run

Browser
--------
::

    firefox http://127.0.0.1:5000

.. note::

    +   MDict original query code come from mdx-server_
    +   Python3

.. _mdx-server: https://github.com/ninja33/mdx-server

Donate 捐赠
===========


.. image:: alipay_pay.jpg
    :width: 45%

.. image:: wx_pay.png
    :width: 45%






