Random collection of 103 standalone TikZ images accumulated over the years.
To run the /scripts, you need the following dependencies:
To run ilove_pdf_compress.py directly or use it via new_tikz.sh, you also need a free public API key from https://developer.ilovepdf.com. Add it to a .env in the project's root directory:
touch .env && echo "ILOVEPDF_PUBLIC_KEY=<your key>" >> .env