# word2anki **Repository Path**: teawater/word2anki ## Basic Information - **Project Name**: word2anki - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-13 - **Last Updated**: 2025-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 输出识字库 ``` python3 word2anki.py -p --heteronym --word ../tmp/1.txt ``` # 输出写字库 ``` python3 word2anki.py --heteronym --word ../tmp/1.txt ``` # 输出笔顺文件 ``` python3 getgif.py -w ../tmp/1.txt -d ./old/ ``` # misc ``` pip3 install pypinyin ``` ``` ./anki2word.py -a ~/tmp/1.txt python ankiaddpic.py -a ../tmp/1.txt python split.py ```