Skip to content

Instantly share code, notes, and snippets.

@nicolaibach
nicolaibach / download.py
Created August 28, 2022 12:26 — forked from timhae/download.py
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