Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/otsaloma/csv-viewer

Viewer for tabular data files
https://github.com/otsaloma/csv-viewer

csv gtk python

Last synced: 3 months ago
JSON representation

Viewer for tabular data files

Awesome Lists containing this project

README

        

csv-viewer
==========

csv-viewer is a viewer for tabular data files. Files are expected to
include column headers. Column separators (comma, semicolon etc.) are
recognized automatically. Data is loaded incrementally in the background
with idle priority, allowing a quick look at a large file while
maintaining a responsive user interface.

Screenshot

To install, run

```bash
sudo make PREFIX=/usr/local install
```

csv-viewer requires Python 3.x and GTK 4.x.