An open API service indexing awesome lists of open source software.

https://github.com/alimarzouk/csv-explorer

Desktop application for csv exploration and manipulation
https://github.com/alimarzouk/csv-explorer

Last synced: about 2 months ago
JSON representation

Desktop application for csv exploration and manipulation

Awesome Lists containing this project

README

        

# CSV Handler

CSV Handler is a CLI tool that lets you get basic information and perform operation on a given CSV file.

## Install dependencies

```bash
$ pip install
```

## Usage
```bash
$ python -m lib.cli.main
```