Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/willianpaixao/pykarten

Flashcard generator web app.
https://github.com/willianpaixao/pykarten

Last synced: 2 days ago
JSON representation

Flashcard generator web app.

Awesome Lists containing this project

README

        

# karte

## `models.py`

1. Box
2. Section
3. Subsection
4. Card
* **front**: Text to be placed on the front of the flashcard.
* **back**: Text to be placed on the back of the flashcard.
* **label**: A unique reference to allow cross link between cards.
* **enable**: Flag to enable or disable the card from exporting.

## `test.py`