新建QQ群,可以讨论词典打包问题。点击链接加入群聊【MDict词典制作】:
https://jq.qq.com/?_wv=1027&k=1WFrSwGs
mdict-utils mdict 打包解包工具。
- usage: mdict [-h] [--version] [-k] [-m] [-q <key>] [--txt-db] [--db-txt] [-x]
- [-d EXDIR] [--mdict-db] [--split-n <number>] [--split-az]
- [-a <resource>] [--title <title>] [--description <description>]
- [--encoding <encoding>]
- <mdx/mdd>
- MDict pack/unpack tool
- positional arguments:
- <mdx/mdd> Dictionary MDX/MDD file
- optional arguments:
- -h, --help show this help message and exit
- --version show version
- -k show mdx/mdd keys
- -m show mdx/mdd meta information
- -q <key> query KEY from mdx/mdd
- --txt-db convert mdx txt to sqlite3 db. <mdx/mdd> is ".txt"
- --db-txt convert sqlite3 db to mdx txt. <mdx/mdd> is ".db"
- Reader:
- -x extract mdx/mdd file.
- -d EXDIR extracted directory
- --mdict-db extract mdict to DB
- --split-n <number> split MDX TXT to N files
- --split-az split MDX TXT to files by a...z
- Writer:
- -a <resource> add resource file to mdx/mdd file
- --title <title> Dictionary title file
- --description <description>
- Dictionary descritpion file
- --encoding <encoding>
- mdx txt file encoding
复制代码只有命令行,GUI 编写太痛苦了
使用: