esoterick / mtg-proxy-pdf

Create a pdf of card images from a given mtg decklist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MTG Proxy Generator

Given a list of magic cards, create a file (html or pdf) of the card images.

Clojars Project

Build Status

TODO:

  • Allow user to determine output format (pdf or html)
  • Write a protocol/interface for images->html and images->pdf so it can easily dispatch.
  • Add html template and css file.
  • Make it generic enough so you can easily add another site to pull images from.
  • Handle empty lines in text file
  • Handle whitespace after card names
  • Handle image urls that can't be found
  • It should create a minimal decklist. If duplicate card names are seen, it should combine them.

About

Create a pdf of card images from a given mtg decklist.

License:Eclipse Public License 1.0


Languages

Language:Clojure 91.0%Language:HTML 9.0%