A tool to create proxy sheet of card from the game Magic: The Gathering
run ./main -h for the help
The input should be a text file with the name of one card per line.
Empty line and line starting with // will be ignored. Please note
that a line with // in the middle will not be ignored.
Each none empty line should look like one of this :
- Serra Angel
- Archangel Avacyn
- Serra Angel | ME4
- Very Cryptic Command | UST | 49a
You can also add the number of copies you want at the beginning of the line. If the card is double faced, you can write only the first name.
The complete syntax is the following :
[Number of copies] name [| set_code [| collector_number]]
- A nice GUI
- An artwork chooser
- Multi-threading on card request
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
The card images are gathered on Scryfall. Thanks Scryfall :)