http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion/posts/python/make-ascii-table.html
The primary tweaks made are to ensure the columns actually take the width of values into account Accepts two lists columns - List of column names to print data - list of dicts, with the keys in the dicts corresponding to the column names specified in columns Any keys present in data which haven't been specified in columns are ignored Details Language: Python License: Creative Commons Attribution ShareAlike 3.0 Unported (CC BY-SA 3.0) Snippet # Adapted From...