Skip to content

Instantly share code, notes, and snippets.

@timhae
timhae / download.py
Created August 14, 2022 12:13
download decklist as pdf
#! /usr/bin/env nix-shell
#! nix-shell -i python -p python3 python3Packages.pillow
import os
import time
import json
from PIL import Image
from urllib import request, parse