https://github.com/dgf/flashcards
Flashcards Generator
https://github.com/dgf/flashcards
Last synced: 10 months ago
JSON representation
Flashcards Generator
- Host: GitHub
- URL: https://github.com/dgf/flashcards
- Owner: dgf
- License: bsd-2-clause
- Created: 2017-10-07T00:26:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T00:33:13.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T06:11:23.016Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flashcards Generator
[](http://godoc.org/github.com/dgf/flashcards)
[](https://travis-ci.org/dgf/flashcards)
[](https://goreportcard.com/report/github.com/dgf/flashcards)
scope: just a project for my own needs of printing some flash cards
its up to you - feel free too use or extend it
## Create a flashcard PDF from a dictionary
```sh
./flashcards -h
Usage of ./flashcards:
-config string
configuration file (default "config.toml")
-dict string
card dictionary file (default "dicts/es-de.dict")
-path string
output PDF file (default "out.pdf")
```