Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/otsaloma/csv-viewer
- Owner: otsaloma
- License: gpl-3.0
- Created: 2013-11-01T21:28:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T22:35:07.000Z (over 1 year ago)
- Last Synced: 2023-07-25T23:31:59.437Z (over 1 year ago)
- Topics: csv, gtk, python
- Language: Python
- Size: 39.1 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.To install, run
```bash
sudo make PREFIX=/usr/local install
```csv-viewer requires Python 3.x and GTK 4.x.