Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/willianpaixao/pykarten
- Owner: willianpaixao
- License: gpl-3.0
- Created: 2015-05-27T03:49:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T15:00:37.000Z (over 9 years ago)
- Last Synced: 2024-05-29T22:39:15.082Z (6 months ago)
- Language: Python
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`