Convert Anki style flashcards to Emacs org-drill format
Project description
- 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
#+begin_src sh pip install -r requirements.txt #+end_src
** Usage
#+BEGIN_SRC sh Usage: a2od.py 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. #+END_SRC
*** Example
#+begin_src sh
python3 a2od.py convert ~/Downloads/AllDecks.txt decks.org
#+end_src
** References
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file a2od-0.0.1.tar.gz
.
File metadata
- Download URL: a2od-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05ec773e3aa27d0bac60e60126351c8689a01162292c32459f282a23f7d22386 |
|
MD5 | f3ec5140e640bee9f5ab60696637a25f |
|
BLAKE2b-256 | 0dd97232fe32459c3c16a666ff910295303ef2464585ced7370b6e7e2e7487cd |
File details
Details for the file a2od-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: a2od-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f32377bffc06a0bd68b6d89a18f075a0370280ae183733ac4cf278afcc77de8 |
|
MD5 | 222b187b018f616c523d73e05432dcfd |
|
BLAKE2b-256 | eadaca909b77af05890d6c4b0c9e18c3693b3eb46e1b27cf69f0ef84cbd820ed |