Data downloader and generator for "Magic the Gathering (tm)"
- Build image:
docker build -t mtg_data_supplier .
- Run image in container:
docker run -v $(pwd):/mnt/mtg
pip install -r pip-requirements.txt
python3 main.py
main.py
may be configured regarding the deck.yml
and the output directory, please execute python3 main.py -h
for further information.