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`