All Projects → liuyug → mdict-utils

liuyug / mdict-utils

Licence: MIT, Unknown licenses found Licenses found MIT LICENSE Unknown LICENSE.996ICU
MDict pack/unpack/list/info tool

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to mdict-utils

python-cstruct
C-style structs for Python
Stars: ✭ 38 (-63.81%)
Mutual labels:  pack, unpack
Kosm-Classic-FPS-Template-UE4
Classic Arena First-Person-Shooter Mechanics for Unreal Engine 4.
Stars: ✭ 38 (-63.81%)
Mutual labels:  pack
EDOPRO-Skinpack
EDOPRO Skinpack - updated by Lahrenheit
Stars: ✭ 22 (-79.05%)
Mutual labels:  pack
unpack
Create Web apps without a bundler
Stars: ✭ 39 (-62.86%)
Mutual labels:  unpack
js-mdict
*.mdx/*.mdd interpreter js implements
Stars: ✭ 91 (-13.33%)
Mutual labels:  mdict
dmc unrar
A dependency-free, single-file FLOSS unrar library
Stars: ✭ 47 (-55.24%)
Mutual labels:  unpack
flask-mdict
Flask Mdict Server. Query word online with MDICT dictionary
Stars: ✭ 62 (-40.95%)
Mutual labels:  mdict
rectangle-pack
A general purpose, deterministic bin packer designed to conform to any two or three dimensional use case.
Stars: ✭ 60 (-42.86%)
Mutual labels:  pack
TGF-Tuning-Pack-4.0
Durch den Gedanken eure geilen PCs noch flotter zu machen ist das Tuning Packet entstanden. Für Version 4 implementierten wir eine GUI um euch das Tweaken eurer PCs noch einfacher, schneller und übersichtlicher zu gestalten.
Stars: ✭ 50 (-52.38%)
Mutual labels:  pack
bearded-icons
The VS Code icons with a long beard.
Stars: ✭ 62 (-40.95%)
Mutual labels:  pack
fastproto
FastProto is a binary data processing tool written in Java.
Stars: ✭ 65 (-38.1%)
Mutual labels:  pack
PlainDictionaryAPP
无限词典. An android e-dictionary application mainly parsing mdx / dsl.dz files via mdict-java
Stars: ✭ 71 (-32.38%)
Mutual labels:  mdict
TML.Patcher
Console application for decompiling, recompiling, packaging, and patching tModLoader's .tmod files at blazing-fast speeds.
Stars: ✭ 38 (-63.81%)
Mutual labels:  unpack
wikit
Wikit - A universal lookup tool
Stars: ✭ 149 (+41.9%)
Mutual labels:  mdict
tsioc
AOP, Ioc container, Boot framework, unit testing framework , activities workflow framework.
Stars: ✭ 15 (-85.71%)
Mutual labels:  pack
Drizzledumper
drizzleDumper是一款基于内存搜索的Android脱壳工具。
Stars: ✭ 2,002 (+1806.67%)
Mutual labels:  unpack
Utinyripper
GUI and API library to work with Engine assets, serialized and bundle files
Stars: ✭ 1,871 (+1681.9%)
Mutual labels:  unpack
medict
medict a cross platform dictionary application,support mdict (*.mdx/*.mdd) dictionary format
Stars: ✭ 154 (+46.67%)
Mutual labels:  mdict

MDict Tool

MDict pack/unpack tool

Note

Support MIT and 996.icu license

All files must be UTF-8 encoding, include HTML and TXT

Install

pip install mdict-utils

Usage

Meta information:

mdict -m dict.mdx

All key list:

mdict -k dict.mdx

Query key:

mdict -q <word> dict.mdx

Note

只用于测试词典打包是否正确。

Unpack

Unpack MDX:

mdict -x dict.mdx -d ./mdx

Unpack MDX/MDD and split into 5 files:

mdict -x dict.mdx -d ./mdx --split-n 5

Unpack MDX/MDD and split into a...z files:

mdict -x dict.mdx -d ./mdx --split-az

Unpack MDD:

mdict -x dict.mdd -d ./mdd

Unpack MDX/MDD to sqlite3 DB:

mdict -x dict.mdx --exdb
mdict -x dict.mdd --exdb

Unpack MDX/MDD to sqlite3 DB with zip compress:

mdict -x dict.mdx --exdb-zip

Pack

Pack MDX:

mdict --title title.html --description description.html -a dict.txt dict.mdx

Pack MDX with many TXT files:

mdict --title title.html --description description.html -a dict.part1.txt -a dict.part2.txt dict.mdx

or:

mdict --title title.html --description description.html -a txt_dir dict.mdx

Pack MDD:

mdict --title title.html --description description.html -a mdd_dir dict.mdd

Other

Convert TXT to sqlite3 DB:

mdict --txt-db dict.txt

Convert sqlite3 DB to TXT:

mdict --db-txt dict.db

Reference

Donate 捐赠

alipay_pay.jpg

wx_pay.png

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].