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
 | 
					# tableprint
 | 
				
			||||||
:clipboard: pretty ASCII printing of tabular data in python :snake:
 | 
					:clipboard: pretty ASCII printing of tabular data in python :snake:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## About
 | 
					## About
 | 
				
			||||||
`tableprint` lets you easily print pretty ASCII formatted tables of data.
 | 
					`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).
 | 
					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)
 | 
					tableprint.table(data, headers)
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Dependencies
 | 
				
			||||||
 | 
					- Python 2.7 or 3.3+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## License
 | 
					## License
 | 
				
			||||||
MIT Licensed. See `LICENSE.md`
 | 
					MIT Licensed. See `LICENSE.md`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user