MTGCS
Magic: The Gathering Card Search
It’s a python program that I made with MTGJSON
How to do: You have to download all the set files with a .json extention. You have two solutions:
- Download manualy the files HERE
- Use The python script “Download.py” from this repository
So far :
You can search for cards (from all set and the number of the card) and find basic information with a simple graphic interface
To perform:
- Make a search option for all types of card (For now, just creatures and lands works)
- User decide the information to display
- Optimise the download of the .json file
- Optimise the user interface
- Download the card (Text only)
Prerequired :