Tool to download PNG image files of cards from all printed sets.
It currently supports Call of the Archons, Age of Ascension, Worlds Collide, Mass Mutation and Dark Tidings.
- Make sure, python package
requests
is installed. If not install viapip install requests
orpip install -r requirements.txt
. - In a code editor of your choice, open the file downloader.py. DO NOT double-click on the file or it will run the script.
- On rows 7+ you can find all expansions that will be downloaded. If you don't want the images from a specific expansion, set the count to 0. Don't comment the line, otherwise the script will crash when it encounters a Legacy card.
- On rows 16+ select the languages of cards that you would like to download. To do so, comment out the languages you don't want.
- Double click to run the file downloader.py.
- Once the script has run, you will have a new folder images that will hold the image files for all cards.