https://github.com/otsaloma/csv-viewer
Viewer for tabular data files
https://github.com/otsaloma/csv-viewer
csv gtk python
Last synced: about 1 month 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T21:00:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T11:08:23.788Z (about 2 months ago)
- Topics: csv, gtk, python
- Language: Python
- Size: 46.9 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS.md
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.