Metadata-Version: 2.1
Name: vinca
Version: 2.3.4
Summary: Spaced Repetition CLI
Home-page: https://github.com/oscarlaird/vinca-SRS
License: MIT
Author: Oscar Laird
Author-email: olaird25@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: prompt-toolkit (>=3.0.29,<4.0.0)
Requires-Dist: rich (>=12.4.1,<13.0.0)
Description-Content-Type: text/markdown

## Synopsis

`VINCA` is a command-line spaced-repetition study tool.

## Installing Vinca

`pip install vinca`

## Basic commands

|command           |   description                            |  
|------------------|------------------------------------------|  
|--help            |   full screen help                       |  
|basic             |   create question and answer cards       |  
|review            |   study your cards                       |  
|browse            |   interactively manage your cards        |  
|count             |   simple summary statistics              |  
|tutorial review   |   study a tutorial deck of twenty cards  |  

## Screenshots

![vinca stats](./utils/stats.png)

### basic commands
![basic screencast](./utils/screencast.gif?)

