Skip to content

Instantly share code, notes, and snippets.

@xi
xi / leo.py
Last active February 9, 2018 14:12
#!/usr/bin/env python3
"""Get translations from leo.org on the command line."""
import argparse
import itertools
import collections
import xml.etree.ElementTree as ET
import requests