Skip to content

Instantly share code, notes, and snippets.

"""
Tables makes the tables for a given png. It does this with TableMaker and can be
run through 'png_to_tables(png_loc)'.
"""
import os
import subprocess
from collections import defaultdict
def png_to_tables(png):