You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dictionary = {"doe": "<b>doe</b> <i>n.</i> a deer, a female deer.",
"ray": "<b>ray</b> <i>n.</i> a drop of golden sun.",
"me": "<b>me</b> <i>pron.</i> a name I call myself.",
"far": "<b>far</b> <i>adv.</i> a long, long way to run."}
writer = MDictWriter(dictionary, title="Example Dictionary", description="This is an example dictionary.")
outfile = open("dictionary.mdx", "wb")
writer.write(outfile)
outfile.close()
mdict-js is a nice tool to read mdx file, do you happen to look into the possibility to pack txt files to create mdx file, like mdict-utils?
Thank you for any help and comment!
The text was updated successfully, but these errors were encountered: