Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quinnherden/ankcompiler

CLI tool for compiling Anki decks, defined in Markdown
https://github.com/quinnherden/ankcompiler

anki markdown

Last synced: 3 months ago
JSON representation

CLI tool for compiling Anki decks, defined in Markdown

Awesome Lists containing this project

README

        

# AnkCompiler
A CLI tool for compiling Anki decks, defined in Markdown.
## Installation
Run `pip install ankcompiler`
## Usage
Run `ankc --help` for usage information.
### Examples
An example source deck can be found in the [test deck](https://github.com/QuinnHerden/ankcompiler/blob/main/tests/decks/sample.md)
## Credits
Inspiration taken from [lukesmurry](https://github.com/lukesmurray/markdown-anki-decks)