一个通过辅助默写帮助背单词的小程序。
环境需求:
Python 3
使用方法:
clone本仓库到本地,之后执行
python3 -m venv wordshelper
source wordshelper/bin/activate
pip install -r requirements.txt
python run.py
即可。
可向resources
文件夹内添加.xls
文件格式的单词表,具体格式为 A列为单词,B列为对应释义。
默写结束后,可从results
文件夹内查看默写结果。