Skip to content

Instantly share code, notes, and snippets.

View stefan6419846's full-sized avatar

Stefan stefan6419846

  • Germany
View GitHub Profile
@stefan6419846
stefan6419846 / analyze_fonts.py
Created December 5, 2023 09:46
Analyze fonts using fontTools
import datetime
import time
from pathlib import Path
from fontTools import ttLib
from fontTools import ttx
from fontTools.misc import timeTools
XML_DIRECTORY = Path('ttx')