From edc44a9e955701ed95db8b4520799f7e99441f78 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Tue, 24 Feb 2015 13:25:54 -0800 Subject: [PATCH] added example image --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 29105a3..aa6a09f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # tableprint :clipboard: pretty ASCII printing of tabular data in python :snake: +![Example output](https://raw.githubusercontent.com/nirum/tableprint/master/example.png) + ## About `tableprint` lets you easily print pretty ASCII formatted tables of data. Unlike other modules, you can print single rows of data at a time (useful for printing ongoing computation results). @@ -23,5 +25,8 @@ headers = ['Column A', 'Column B', 'Column C'] tableprint.table(data, headers) ``` +## Dependencies +- Python 2.7 or 3.3+ + ## License MIT Licensed. See `LICENSE.md`