]> git.armaanb.net Git - lightcards-gemini.git/blob - index.gmi
bc79665514c66d2a8912a5cf168db014b6f43f3f
[lightcards-gemini.git] / index.gmi
1 # lightcards
2 A terminal flashcards program that gets its data from Markdown.
3
4 =>https://sr.ht/~armaan/lightcards Source code
5 =>https://lists.sr.ht/~armaan/public-inbox Mailing list
6 =>https://pypi.org/project/lightcards PyPI
7
8 ## Installation
9 Lightcards is only tested and maintained on Linux. Support for other Unix-like operating systems such as MacOS and the various BSDs is likely, although untested. Lightcards requires Python 3.9.
10
11 ### From PyPI
12 ```sh
13 pip install lightcards
14 ```
15
16 ### From Git
17 Main branch (stable)
18 ```sh
19 pip install git+https://git.sr.ht/~armaan/lightcards
20 ```sh
21
22 Development branch
23 ```sh
24 pip install git+https://git.sr.ht/~armaan/lightcards@devel
25 ```
26
27 ## Manpages
28 =>lightcards.1.gmi lightcards(1)
29 =>lightcards-config.5.gmi lightcards-config(5)
30
31 ## Gallery
32 =>1.webp screenshot 1 (image/webp)
33 =>2.webp screenshot 2 (image/webp)
34 =>3.webp screenshot 3 (image/webp)
35
36 ## Copyright
37 Copyright 2021 Armaan Bhojwani, MIT license.