Skip to content

Instantly share code, notes, and snippets.

View TrangOul's full-sized avatar

Marek Madejski TrangOul

View GitHub Profile
@TrangOul
TrangOul / langtree.py
Last active April 23, 2026 20:55
Glottolog language tree visualizer
import re
import enum
import pathlib
import tempfile
import dataclasses
import argparse
import webbrowser
import typing
import Bio.Phylo