]> git.armaanb.net Git - lightcards.git/blob - README.md
Update README
[lightcards.git] / README.md
1 # lightcards
2 Terminal flashcards from Markdown.
3
4 ## Installation
5 ### From PyPI
6 ```
7 pip install lightcards
8 ```
9
10 ### From Git
11 ```
12 git clone https://git.sr.ht/~armaan/lightcards
13 cd lightcards
14 git checkout $(git tag | tail -n 1) # Dont include to use development version
15 pip install .
16 ```
17
18 ## Usage
19 See `lightcards --help` for usage information.
20
21 ## Input file
22 `contrib/example.md` is an example input file. Lightcards takes any valid Markdown or HTML table. Each row is a card, and each of the first two columns is a side.
23
24 ## License
25 Copyright Armaan Bhojwani 2021, MIT license