Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Trinkle23897/GRErecite
GRE 再要你命3K 背单词小程序
https://github.com/Trinkle23897/GRErecite
educational-software english-learning english-word
Last synced: 2 months ago
JSON representation
GRE 再要你命3K 背单词小程序
- Host: GitHub
- URL: https://github.com/Trinkle23897/GRErecite
- Owner: Trinkle23897
- License: wtfpl
- Created: 2018-07-08T02:57:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T03:44:05.000Z (over 6 years ago)
- Last Synced: 2024-10-28T21:07:37.952Z (3 months ago)
- Topics: educational-software, english-learning, english-word
- Language: Python
- Size: 66.4 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.fuck
Awesome Lists containing this project
README
# GRErecite
GRE 再要你命3K 背单词小程序## Usage
```
n+e:~/GRErecite ./recite.py --help
usage: recite.py [-h] [-a A] [-b B] [-f FILE] [-o WRONG]recite
optional arguments:
-h, --help show this help message and exit
-a A begin
-b B end
-f FILE word file
-o WRONG wrong answer output
```总共3064个单词,比如某天想背list16的100个单词,并且将不熟悉的单词导出到16.txt中:
```
./recite.py -a 1500 -b 1600 -f all.json -o 16.txt
```然后接着复习这些错的单词:
```
./recite.py -f 16.txt
```