A program to manage flashcards.
This program can't be used now. You must wait until it's usable.
This program contains:
- A package (
flashcards) that contains the API - An executable (
flashcards) to perform some operations on the flashcards.
You can integrate the API in your program.
This section is not yet written
To use the command-line tool flashcards type python3 -m flashcards --help and refer to it.
This section will be written soon
There's no building instructions yet