Download images for magic the gathering cards
.gitignore | ||
downloadimages.py | ||
LICENSE | ||
README.md |
How to use
- Clone repo
- Install selenium using
pip install selenium
- Create cards.txt which is next to downloadimages.py. Each card has to be line by line
- Download the relevant chromedriver required for your chrome install
- Open downloadimages.py and change the variable
defaultDir
to a directory of your choosing - Before you run make sure all slashes have been changed to relevant alternate slashes if on windows so
/
to\
- Run in terminal using this command
python downloadimages.py
assuming you are in the directory of the repo