Skip to content

Instantly share code, notes, and snippets.

View eloraburns's full-sized avatar

Elora Burns eloraburns

View GitHub Profile
@eloraburns
eloraburns / smallcaps.py
Created September 6, 2022 17:55
Smallcaps converter, for #yelling
#!/usr/bin/env python3
import sys
to_smallcaps = {
"a": "ᴀ",
"b": "ʙ",
"c": "ᴄ",
"d": "ᴅ",
"e": "ᴇ",
"f": "ꜰ",