Skip to content

Instantly share code, notes, and snippets.

@MarkGamed7794
MarkGamed7794 / create_atlas.py
Created April 17, 2024 00:36
California DMV Bad Apple generator
"""
Requires Pillow to be installed.
Place the licence plate font in the same directory as this file
with the name "licenceplate.ttf", then run it. It should create
a file named "font_atlas.png", which is used when generating
the frames.
"""
from PIL import Image, ImageFont, ImageDraw # type: ignore
import math
@MarkGamed7794
MarkGamed7794 / README.md
Last active December 7, 2019 15:46
SCRIPT-8
@MarkGamed7794
MarkGamed7794 / README.md
Last active August 20, 2019 04:11
SCRIPT-8
@MarkGamed7794
MarkGamed7794 / README.md
Last active June 26, 2019 00:51
SCRIPT-8
@MarkGamed7794
MarkGamed7794 / README.md
Last active June 23, 2019 16:42
SCRIPT-8
@MarkGamed7794
MarkGamed7794 / README.md
Last active June 23, 2019 20:19
SCRIPT-8
@MarkGamed7794
MarkGamed7794 / README.md
Last active June 8, 2021 12:55
SCRIPT-8