Skip to content

Instantly share code, notes, and snippets.

View AioiLight's full-sized avatar
💭
明日のおいしいご飯のために

AioiLight AioiLight

💭
明日のおいしいご飯のために
View GitHub Profile
@puhitaku
puhitaku / fontify.py
Last active February 12, 2021 13:52
Unicode special character converter
#!/usr/bin/env python3
import fileinput, sys
from dataclasses import dataclass
@dataclass
class Style:
start: int
patch: dict