added example image

This commit is contained in:
Niru Maheswaranathan
2015-02-24 13:25:54 -08:00
parent 885f67c6db
commit edc44a9e95

View File

@@ -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`