Sure, but it's pretty rough; the cards are normal Anki cloze cards with a couple of extra fields.
The script will ask you for a text file to process and the pop up a Tkinter window with a single button. Each time you press the button, it copies the next card's body text to the clipboard, ready to be pasted into Anki's Add window.
The text file needs to be already split into reasonable-length lines, like the ones you get from gutenberg.org
The script will ask you for a text file to process and the pop up a Tkinter window with a single button. Each time you press the button, it copies the next card's body text to the clipboard, ready to be pasted into Anki's Add window.
The text file needs to be already split into reasonable-length lines, like the ones you get from gutenberg.org
Card template: https://pastebin.com/BFJxW1jC
Cloze splitting script: https://pastebin.com/4Jek0G7u