Skip to content

pavolvarga/anki-analyzer

Repository files navigation

Anki Analyzer

Command line app for analyzing exported anki decks.

Anki

Anki is a powerful application for flash cards. Ideal for example for learning a new language.
It enables an export of all decks into a multiple formats, including the CSV.

Goal

The goal of this command line app is to read exported decks (in the form of a CSV file) and analyze them.
To go beyond default counting of notes and cards a simple format of metadata is assumed to be used.

Usage

First, export your decks from Anki into a CSV file.
You can use attached tutorial How to export Anki Collection for reference.
App is written in node.js, therefore you must install it. You also must have node and npm executables on the PATH.

Installation

Clone this repository:

git clone https://github.com/pavolvarga/anki-analyzer.git

Go to the directory:

cd anki-analyzer

Install dependencies:

npm install

Build:

npm run build

Running

To see the help, type:

node dist/index.js

or

node dist/index.js help

Licence

MIT

About

Command line app for analyzing exported anki decks.

Resources

Stars

Watchers

Forks

Packages

No packages published