Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quinnherden/ankcompiler
- Owner: QuinnHerden
- License: mit
- Created: 2024-06-28T08:49:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T14:01:21.000Z (6 months ago)
- Last Synced: 2024-10-14T07:41:08.943Z (3 months ago)
- Topics: anki, markdown
- Language: Python
- Homepage: https://pypi.org/project/ankcompiler/
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)