initial commit
This commit is contained in:
8
tools/to_txt.py
Executable file
8
tools/to_txt.py
Executable 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,
|
||||
Reference in New Issue
Block a user