Convert word lists from reword.app to Anki decks.
- Download Reword's apk, from which you want to import words (e.g. from apkpure.com).
- Install and run this tool, as described below.
XAPK files are just ZIP archives, and required APK file is inside it. Open XAPK file, search inside for APK file with name like ru.poas.[some name].apk
, extract it, and then select extracted APK when asked.
Requires rustup installed.
cargo install --git=https://github.com/istudyatuni/rewordapp2anki.git
Then you can run it as rewordapp2anki
.
Categories are saved as tags, so you can export all words at once, and then create filtered decks for specific categories.
When specific categories are selected, words that are in those categories are exported, even if those words occur in other categories. Also, category tags that are not selected will not be removed from the exported words.
Not all applications are currently supported. After launching this application, you will see a list of supported applications.
Pre-commit hook
git config core.hooksPath .githooks