Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

a2od

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a2od

Convert Anki style flashcards to Emacs org-drill format

  • 0.0.5
  • PyPI
  • Socket score

Maintainers
1

Table of Contents

  1. anki2orgdrill
    1. What are flashcards ?
    2. What is Anki ?
    3. What is org-drill ?
    4. Features
    5. Installation
    6. Usage
      1. Example
    7. References

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc