Download images for magic the gathering cards
Go to file
2023-04-25 18:51:24 +01:00
.gitignore Initial commit 2023-04-25 00:16:41 +01:00
downloadimages.py Updated downloadimages.py to better support the card names and fixed a bug so that it would start from 0 no 1 in the array. Also updated the README.md to better help them on how to use it 2023-04-25 18:51:24 +01:00
LICENSE Initial commit 2023-04-25 00:16:41 +01:00
README.md Updated downloadimages.py to better support the card names and fixed a bug so that it would start from 0 no 1 in the array. Also updated the README.md to better help them on how to use it 2023-04-25 18:50:48 +01:00

How to use

  1. Clone repo
  2. Install selenium using pip install selenium
  3. Create cards.txt which is next to downloadimages.py. Each card has to be line by line
  4. Download the relevant chromedriver required for your chrome install
  5. Open downloadimages.py and change the variable defaultDir to a directory of your choosing
  6. Before you run make sure all slashes have been changed to relevant alternate slashes if on windows so / to \
  7. Run in terminal using this command python downloadimages.py assuming you are in the directory of the repo