An open API service indexing awesome lists of open source software.

https://github.com/dgf/flashcards

Flashcards Generator
https://github.com/dgf/flashcards

Last synced: 10 months ago
JSON representation

Flashcards Generator

Awesome Lists containing this project

README

          

# Flashcards Generator

[![GoDoc](https://godoc.org/github.com/dgf/flashcards?status.svg)](http://godoc.org/github.com/dgf/flashcards)
[![Build Status](https://travis-ci.org/dgf/flashcards.svg)](https://travis-ci.org/dgf/flashcards)
[![Go Report Card](https://goreportcard.com/badge/github.com/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")

```