mirror of
				https://github.com/KevinMidboe/tableprint.git
				synced 2025-10-29 18:00:16 +00:00 
			
		
		
		
	added example image
This commit is contained in:
		| @@ -1,6 +1,8 @@ | ||||
| # tableprint | ||||
| :clipboard: pretty ASCII printing of tabular data in python :snake: | ||||
|  | ||||
|  | ||||
|  | ||||
| ## 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` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user