All Projects → yfe404 → anki2orgdrill

yfe404 / anki2orgdrill

Licence: MIT license
Python package to convert Anki style flashcards to Emacs org-drill format

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to anki2orgdrill

apy
CLI script for interacting with local Anki collection
Stars: ✭ 135 (+650%)
Mutual labels:  anki
mpvacious
Adds mpv keybindings to create Anki cards from movies and TV shows.
Stars: ✭ 286 (+1488.89%)
Mutual labels:  anki
ankidown
Ankidown - a flexible document importer for Anki
Stars: ✭ 37 (+105.56%)
Mutual labels:  anki
Game2Text
Complete toolbox for gamifying language learning
Stars: ✭ 86 (+377.78%)
Mutual labels:  anki
inka
Command-line tool for adding flashcards from Markdown files to Anki
Stars: ✭ 30 (+66.67%)
Mutual labels:  anki
anki-md
A markdown to anki flash cards converter
Stars: ✭ 22 (+22.22%)
Mutual labels:  anki
unified-remote-anki
Unified Remote for Anki
Stars: ✭ 23 (+27.78%)
Mutual labels:  anki
frozen-fields
A fork of Tiago Barroso's Frozen Fields add-on with support for Anki 2.1
Stars: ✭ 22 (+22.22%)
Mutual labels:  anki
AnkiSharp
Create anki decks and cards from your C# application
Stars: ✭ 39 (+116.67%)
Mutual labels:  anki
ankigenbot
Telegram bot to automatically generate and upload anki cards to ankisrs.net
Stars: ✭ 58 (+222.22%)
Mutual labels:  anki
anki-model
anki 选择题模板
Stars: ✭ 38 (+111.11%)
Mutual labels:  anki
memanki-cli
CLI implementation of memanki
Stars: ✭ 21 (+16.67%)
Mutual labels:  anki
logseq-anki-sync
An logseq to anki syncing plugin with superpowers - image occlusion, card direction, incremental cards, and a lot more.
Stars: ✭ 219 (+1116.67%)
Mutual labels:  anki
kanjigrid
Fork of the Kanji Grid addon for Anki
Stars: ✭ 21 (+16.67%)
Mutual labels:  anki
ScienceNotebooks
Collection of tools and stylesheet for scientific writting and learning (through Anki)
Stars: ✭ 43 (+138.89%)
Mutual labels:  anki
Kindle2Anki
Export Vocabulary Builder to Anki APKG
Stars: ✭ 84 (+366.67%)
Mutual labels:  anki
org-contacts2vcard
Converting Emacs Org-mode org-contacts contact information to VCard format suitable for importing to Android 4.4
Stars: ✭ 21 (+16.67%)
Mutual labels:  orgmode
AnnA Anki neuronal Appendix
Using machine learning on your anki collection to enhance the scheduling via semantic clustering and semantic similarity
Stars: ✭ 39 (+116.67%)
Mutual labels:  anki
SmartReview
💠 单词智能复习项目 - 艾宾浩斯遗忘曲线 + 混淆词
Stars: ✭ 43 (+138.89%)
Mutual labels:  anki
manjaro-fs-arm64
Manjaro rootfs with xfce4 and vncserver preinstalled. Just setup username, password and vnc password. Also one more edition with latest Anki preinstalled.
Stars: ✭ 19 (+5.56%)
Mutual labels:  anki

anki2orgdrill

What are flashcards ?

From Wikipedia:

A flashcard or flash card is a card bearing information, as words or numbers, on either or both sides, used in classroom drills or in private study. One writes a question on a side and an answer overleaf. Flashcards can bear vocabulary, historical dates, formulae or any subject matter that can be learned via a question-and-answer format. Flashcards are widely used as a learning drill to aid memorization. They are often associated with spaced repetition, i.e. reviewed at expanding time intervals.

What is Anki ?

Anki is a spaced repetition flashcard program.

What is org-drill ?

Org-Drill is an extension for Org mode. Org-Drill uses a spaced repetition algorithm to conduct interactive “drill sessions”, using org files as sources of facts to be memorised.

Features

Convert a single export file in plain text from Anki to a single file in org-drill format.

Currently, only two-sided cards are supported.

Installation

pip install a2od

Usage

Usage: a2od convert [OPTIONS] SRC DST

  Convert Anki style flashcards to Emacs org-drill format.

  params:   src: Anki Cards in plain text export.   dst: Destination org
  file.

Options:
  --help  Show this message and exit.

Example

a2od convert ~/Downloads/AllDecks.txt decks.org

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].