Skip to content

Instantly share code, notes, and snippets.

View cj81499's full-sized avatar

Cal Jacobson cj81499

View GitHub Profile
@cj81499
cj81499 / apple_emoji_to_png.py
Created February 20, 2026 17:07
Export apple color emoji as PNG images.
# /// script
# requires-python = ">=3.14"
# dependencies = [
# "emoji>=2.15.0",
# "pillow>=12.1.1",
# ]
# ///
from pathlib import Path
import emoji