magic-download-images/README.md

10 lines
560 B
Markdown

## 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