initial commit

This commit is contained in:
lingdong huang
2020-08-06 13:32:21 -04:00
commit 86eb38d053
13 changed files with 524 additions and 0 deletions

8
tools/to_txt.py Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python2.7
from mobi import Mobi
book = Mobi("../zdic.prc");
book.parse();
for record in book:
print record,