Cambridge-Dictionary-Tool: Chrome Extension & Python Command Line Tool
Choose the "chrome" folder when loading unpacked extension in the Chrome extension settings
PersonalDict
python3 dict.py -f word-list-1.txt python3 dict.py -f word-list-toefl.txt
把单词列表写在txt文件里面,readlines的时候换行符会跟在每一行字符串后面,导致查不到单词。
解决:用字符串对象的strip方法即可
Apache License Version 2.0