Metadata-Version: 2.1
Name: study_and_revise
Version: 0.1.4
Summary: aa
Author: txs
Author-email: c3qu@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# 一个简单的复习命令行工具
## 使用方法
### 添加复习项
```cmd
python sr.py review_name position
```

### 查看今天的复习项
```cmd
python sr.py
```
