Python-Query-Oxford-API-for-Anki
apy
Our great sponsors
- Sonar - Write Clean Python Code. Always.
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Revelo Payroll - Free Global Payroll designed for tech teams
Python-Query-Oxford-API-for-Anki | apy | |
---|---|---|
2 | 14 | |
0 | 169 | |
- | - | |
4.5 | 0.0 | |
over 1 year ago | about 2 months ago | |
Python | Python | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Python-Query-Oxford-API-for-Anki
We haven't tracked posts mentioning Python-Query-Oxford-API-for-Anki yet.
Tracking mentions began in Dec 2020.
apy
-
trrc, a command-line program to create Anki cards using AnkiConnect API.
FYI, you may be interested to know there are other alternatives. I made apy, which is a cli tool in a similar spirit to yours, except it does not rely on AnkiConnect. I've also written a section in the README where I list other similar tools.
-
anki.nvim - plugin for creating and adding Anki cards directly from Neovim
I've written a CLI to do similar things. You can find it here: it's called apy. I combine it with some simple Vim macros and Markdown syntax, and I think I end up with a very efficient and good workflow for adding and modifying/editing cards (I often find I want to adjust the wording or content of a card after some time). I've specifically avoided the AnkiConnect API, so apy works without having Anki Desktop open.
That's reasonable. I use Vim with apy, of course, but my workflow is CLI centerred: I run the apy commands in the terminal, but for editing and adding cards, I use Vim. I believe I've described my workflow... ah, yes, here: https://github.com/lervag/apy/wiki/Vim
-
Is there spaced repetision tool plugin for vim?
Since you use Vim and Anki, you may also be interested in apy. I made it to simplify creating and editing Anki cards. It relies on Markdown and makes it easy to add code snippets in questions and answers.
-
flashcards.nvim: Neovim plugin for creating and studying flashcards
I've made apy to make it easier for people who like to work in a terminal and with Vim/neovim to make and maintain flashcards in Anki. I combine it with some utility functions within neovim.
-
Nvimanki - Neovim plugin
Cool! I'm an avid user of neovim and Anki, and I did something similar. I created apy. It skips the Connect-plugin and manipulates the Anki database directly through the Python APIs, and it allows to modify existing cards and to add new cards by use of a simple Markdown like syntax. I wrote a little bit of how I use Vim/neovim together with apy here.
-
On Anki's Database
There is also apy[1] which needs an Anki installation but at least doesn't actually run the Anki process.
-
anktui - add notes to anki from the terminal
It does not yet, it is missing way to many features, and also it requires anki to be open. I've never tried it, but someone in the comments mentioned apy which seems to do that :)
- Looking for Python libraries for programmatic access to Anki data
What are some alternatives?
anki - Anki's shared backend and web components, and the Qt frontend
gruvbox - Retro groove color scheme for Vim
leetcode-anki - Anki cards generator for Leetcode
vyper - Pythonic Smart Contract Language for the EVM
genanki - A Python 3 library for generating Anki decks
Anki-Android - AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
chessli - A free and open source chess improvement app that combines the power of Lichess and Anki.
AnkiTools - an Anki *.apkg and collection.anki2 reader and editor
anki.nvim - Neovim plugin that allows creation of Anki cards directly from neovim
anki-nvim
dotfiles - My Personal Dotfiles
algo-drills - A command line tool for memorizing algorithms in Python by typing them.