Skip to content

Use Collins dictionary and a new note type for Dict2Anki.

Notifications You must be signed in to change notification settings

songyuncen/Dict2Anki

 
 

Repository files navigation

Dict2Anki

Build Status

Anki2.0版本插件 不再维护

Dict2Anki 是一款方便有道词典欧陆词典用户同步生成单词本卡片至Anki的插件

Change log

  • sonyuncen's fork: use Collins dictionary, change the note type.
  • v6.0.0
    • 导入指定单词分组
    • 添加必应(bing)词典查询API
    • 添加待删除单词列表,可选择需要删除的 Anki 卡片
    • 恢复卡片 短语字段
    • 一些UI优化
    • 重构代码,解决上版本奔溃问题
    • 添加单元测试

How to install

Anki --> 工具 --> 附加组件 --> 获取插件
插件代码:1284759083

Move noteManager.py and youdao.py to anddon folder. (c:\Users\{account}\AppData\Roaming\Anki2\addons21\1284759083)

Collins

collins_screen

How to use

同步

同步删除

Contribute Guide

非常欢迎你的贡献,请PR前确保通过了全部单元测试 pytest test

Development Guide

Python > 3.6

export PYTHONPATH='xxx/Dict2Anki'  
export DEVDICT2ANKI=1  
pip install -r requirements.txt  
python __init__.py

About

Use Collins dictionary and a new note type for Dict2Anki.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.1%
  • Other 1.9%