mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 09:50:17 +00:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -6,12 +6,21 @@ Pretty console printing :clipboard: of tabular data in python :snake:
|
||||
[](https://coveralls.io/github/nirum/tableprint?branch=master)
|
||||
[](https://tableprint.readthedocs.io/?badge=latest)
|
||||
|
||||

|
||||
|
||||
## About
|
||||
`tableprint` lets you easily print formatted tables of data.
|
||||
Unlike other modules, you can print single rows of data at a time (useful for printing ongoing computation results).
|
||||
|
||||

|
||||
|
||||
## Table of Contents
|
||||
|
||||
* [Screenshot](#about)
|
||||
* [Usage](#usage)
|
||||
* [Documentation](#documentation)
|
||||
* [Dependencies](#dependencies)
|
||||
* [Version](#version)
|
||||
* [License](#license)
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
pip install tableprint
|
||||
|
||||
Reference in New Issue
Block a user