All Projects → ecator → anki-youdao2anki

ecator / anki-youdao2anki

Licence: MIT License
转换有道单词本到Anki格式

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to anki-youdao2anki

anki-apkg
Create .apkg file for Anki
Stars: ✭ 25 (+4.17%)
Mutual labels:  anki
immersive
Language learning mpv script for looking up words within mpv and generating Anki cards
Stars: ✭ 43 (+79.17%)
Mutual labels:  anki
markdown-anki-decks
Tool for converting markdown files into anki decks
Stars: ✭ 31 (+29.17%)
Mutual labels:  anki
anki
Go library to read Anki *.apkg files
Stars: ✭ 32 (+33.33%)
Mutual labels:  anki
2anki.net
Server to create Anki flashcards faster, easier and better today ⭐️
Stars: ✭ 190 (+691.67%)
Mutual labels:  anki
anki-canvas
🖌️ Drawing area widget for Anki to practice Kanji writing
Stars: ✭ 25 (+4.17%)
Mutual labels:  anki
files2flashcards
Keep your flashcards rooted in the context of your notes
Stars: ✭ 28 (+16.67%)
Mutual labels:  anki
slipbox
A static site generator for Zettelkasten notes
Stars: ✭ 32 (+33.33%)
Mutual labels:  anki
LaTeX-Note-Importer-for-Anki
Add-on for the memory training program Anki, allowing to import and export notes written in LaTeX.
Stars: ✭ 26 (+8.33%)
Mutual labels:  anki
kindle vocab anki
Export Kindle Vocabulary Builder to Anki
Stars: ✭ 38 (+58.33%)
Mutual labels:  anki
ForgetMeNot
A flashcard app for Android.
Stars: ✭ 234 (+875%)
Mutual labels:  anki
Anki-Night-Mode
Enabling studying at night with Anki - without eye strain
Stars: ✭ 72 (+200%)
Mutual labels:  anki
anki-slides-import
📇 Import pdf slides + text notes into Anki.
Stars: ✭ 24 (+0%)
Mutual labels:  anki
find-all-the-new-words
找出文章中的生词(配合anki使用)
Stars: ✭ 38 (+58.33%)
Mutual labels:  anki
anki-awesome-select
This is the select template for Anki with awesome interface/Anki选择题模板
Stars: ✭ 59 (+145.83%)
Mutual labels:  anki
kian
Alternative desktop frontend for Anki2
Stars: ✭ 33 (+37.5%)
Mutual labels:  anki
qstardict
A read-only mirror
Stars: ✭ 55 (+129.17%)
Mutual labels:  anki
Anki Templates
For language Grammar
Stars: ✭ 70 (+191.67%)
Mutual labels:  anki
anki-add-hooks-userscripts
Automate Anki card creation from popular translation websites
Stars: ✭ 17 (-29.17%)
Mutual labels:  anki
Anki-Chinese-Vocabulary-Generator
Enter only simplified characters and create word meaning with Traditional, Pinyin, Meaning, Audio and example sentences
Stars: ✭ 17 (-29.17%)
Mutual labels:  anki

youdao2anki.py

此脚本可以批量转换有道词典导出的xml格式生词本到Anki格式的纯文本文件

运行环境

Python环境,推荐linux系统

使用方法

将有道词典导出的xml文件和本脚本放入同一目录,然后运行

python youdao2anki.py filename

后面的filename是可选参数,为需要转换的xml文件名,默认为origin.xml,之后脚本会自动解析,最后提示输入保存的文件名后即可完成转换

推荐最后保存为.txt文件

提取字段

本脚本只提取三个字段,以制表符分隔每个字段

  • word 单词
  • phonetic 音标
  • trans 译文

index.html

此为youdao2anki的web版本全平台通用😄

YD2Anki传送门

web版本只有一个index.html文件,只用一个静态服务器甚至本地就能运行👏

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].