Skip to content

Commit

Permalink
csv2apkg readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaisilong committed Oct 6, 2024
1 parent 16536bb commit 3e3697d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ program. Please see below for concepts and usage.

[![CI](https://github.com/kerrickstaley/genanki/actions/workflows/ci.yml/badge.svg)](https://github.com/kerrickstaley/genanki/actions/workflows/ci.yml)

## Pro version

### Setup

```bash
git clone [email protected]:zhaisilong/genanki.git

cd genanki
pip install -e .
```

### CSV to APKG

```bash
csv2apkg -h
csv2apkg test_single.csv --mode=single # with single col csv without header
csv2apkg test.csv # csv with question and answer as header
```

## Notes
The basic unit in Anki is the `Note`, which contains a fact to memorize. `Note`s correspond to one or more `Card`s.

Expand Down
11 changes: 0 additions & 11 deletions genanki.md
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
# Anki

## genanki: A Library for Generating Anki Decks

```bash
git clone [email protected]:zhaisilong/genanki.git

cd genanki
pip install -e .

csv2apkg test.csv
```

0 comments on commit 3e3697d

Please sign in to comment.