|
|
|
|
|
by lulzury
1412 days ago
|
|
Another tool I've used if you have the Anki app is the Anki-Connect plugin https://github.com/FooSoft/anki-connect It supports curl, python, javascript, etc to add cards and supports an incredible amount of actions to interact with Anki. Example:
curl localhost:8765 -X POST -d '{"action": "deckNames", "version": 6}' I setup a crude "GUI" in Jupyter Notebook to create and manage my decks. |
|