mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 18:00:16 +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://coveralls.io/github/nirum/tableprint?branch=master)
|
||||||
[](https://tableprint.readthedocs.io/?badge=latest)
|
[](https://tableprint.readthedocs.io/?badge=latest)
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
`tableprint` lets you easily print formatted tables of data.
|
`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).
|
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
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
pip install tableprint
|
pip install tableprint
|
||||||
|
|||||||
Reference in New Issue
Block a user