Skip to content

acini/cardgen

 
 

Repository files navigation

Cardgen

To build an example, run makefile to generate design pattern cards from intents.txt

To clone this repository, type from your command line (with git installed):

git clone http://github.com/alexbowe/cardgen.git

This will make a folder 'cardgen' in the working directory and populate it.

Cardgen Usage

For help:

./cardgen.py -h 

To run:

./cardgen.py -i inputfile -o outputfile

or using stdin/stdout:

./cardgen.py < inputfile > outputfile

Inputfile Structure

First Card:
Definition Line 1
Definition Line 2

Second Card:
Single Line Definition

About

Python script to generate flash cards in LaTeX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.7%
  • C 2.4%
  • TeX 1.9%