Learn a set of flashcards
Project description
flashcards-cli
Command line program to learn sets of flash cards.
Useful for learning vocabulary of a new language.
Installation
From pypi: pip install python-flashcards
Usage
usage: flashcards_cli [-h] [-s] [-r] [-v] path [path ...]
positional arguments:
path path to flashcard csv file(s)
optional arguments:
-h, --help show this help message and exit
-s, --shuffle shuffle order of flashcards in the set
-r, --reverse reverse answering, answer with term rather than definition
-v, --version show program's version number and exit
Flashcard Sets
Currently only loads flashcards stored in a CSV file with the format:
Term | Description |
---|---|
我 | I |
你 | You |
我们 | We;us |
Note, the first row of the CSV file is skipped so make sure you have a term/definition header otherwise a flashcard will go missing!
Validation is case insensitive and if there are multiple possible answers like above, separate them with a semi-colon and if the answer provided matches
just one of the options it will be counted as correct.
If the answer is incorrect the correct answer is shown.
Multiple files can be given and they will all be combined.
The wildcard (*) symbol can also be used for the argument.
I will implement some other formats to load flashcard sets from if I find there is a universal standard or more common format. However, if you have a flashcard set in Quizlet it can be exported and you can choose it to export in the format above (csv).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file flashcards_cli-1.3.8.tar.gz
.
File metadata
- Download URL: flashcards_cli-1.3.8.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 287fabdd7a91d84fe5225396d514b3fe019b3241fce39fb8155bf83a264686c0 |
|
MD5 | 261724633bfc38848d080b60d67c4322 |
|
BLAKE2b-256 | 3d298c7940188f47b3e3d8b417b646647f7456840b2f3f225ac2cad728d9f445 |
File details
Details for the file flashcards_cli-1.3.8-py3-none-any.whl
.
File metadata
- Download URL: flashcards_cli-1.3.8-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abf3ecbeadfe6cf685dde073627ab63c298efe6f6a09c360a0d1b5f3dba09143 |
|
MD5 | f603f309c7e0861ca21e5c41463abac2 |
|
BLAKE2b-256 | 77617d9f9ed60a1022ba12a82ccf01c412c8bc85e0e4d43543690ffc5a5d411a |