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
- Host: GitHub
- URL: https://github.com/alimarzouk/csv-explorer
- Owner: AliMarzouk
- Created: 2025-01-25T12:18:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T20:20:00.000Z (2 months ago)
- Last Synced: 2025-03-10T21:26:03.506Z (2 months ago)
- Language: Python
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```