/words-helper

动手写写 一个通过默写辅助背单词的程序 A program to help recite words

Primary LanguagePython

动手写写 单词默写小助手

一个通过辅助默写帮助背单词的小程序。

环境需求:

Python 3

使用方法:

clone本仓库到本地,之后执行

python3 -m venv wordshelper
source wordshelper/bin/activate
pip install -r requirements.txt
python run.py

即可。

可向resources文件夹内添加.xls文件格式的单词表,具体格式为 A列为单词,B列为对应释义。

默写结束后,可从results文件夹内查看默写结果。