Paper2Anki is your way to write your flashcards. Goodnotes 5 released a gamechanger in my opinion. You just write your flashcards,and you can study with them. However, I don't like the idea of only learning in Goodnotes and their algorithm needs some work imo. So I decided to create a way to make flashcards in Goodnotes (Or any other notes app) and export them to Anki!
Source: https://apps.ankiweb.net/
Anki is a program which makes remembering things easy. Because it's a lot more efficient than traditional study methods, you can either greatly decrease your time spent studying, or greatly increase the amount you learn.
Anyone who needs to remember things in their daily life can benefit from Anki. Since it is content-agnostic and supports images, audio, videos and scientific markup (via LaTeX), the possibilities are endless. For example:
Learning a language
Studying for medical and law exams
Memorizing people's names and faces
Brushing up on geography
Mastering long poems
Even practicing guitar chords!
Check out the Anki website for download links: https://apps.ankiweb.net/#download
It's just as simple as writing! You just write on each page your Question on the top half of the page and the answer on the bottom part. Then you just need to export your document as a pdf. So each of your page should look like this:
-
Make sure you have python3.7 or later installed.
-
Run
pip install -r requirements.txt
to install the packages required to run the script. -
IMPORTANT: If you want to use it on MacOS, make sure you have an uptodate pip version!
This script is run within the terminal.
For Windows type cmd in the search bar and then just follow the steps.
You should know what the terminal is.
Open spotlight and search there for Terminal and then just follow the steps.
- Run
python paper2anki.py YOURFILE.PDF NAME
So you give the program 2 Arguments:- The PDF file which contains the flash cards
- The name you wish the deck to have.
- Import the .apkg file into Anki
- Study
- Icon in logo: https://www.flaticon.com/free-icon/script_708922
- genanki (library to create anki cards in python): https://github.com/kerrickstaley/genanki
- pdfrw great pdf library: https://pypi.org/project/pdfrw/