Skip to content

An application for previewing and merging CSV files obtained with the ENLIGHTEN Spectroscopy Software.

License

Notifications You must be signed in to change notification settings

lepa22/csvmerge_gtk

Repository files navigation

CSVMerge GTK

CSVMerge GTK window

This is a Python GTK application built with PyGObject for previewing and merging CSV files obtained with the ENLIGHTEN Spectroscopy Software from Wasatch Photonics. The application has been tested on Fedora 37 and Ubuntu 22.04.

Are you using Windows? Check out the sibling application Spectra CSV Merger.

Installation

pip is required for the installation of the package, which also handles its dependencies (pygobject and matplotlib). It can be installed with the following command (depending on the distribution):

  • For Ubuntu:

    sudo apt install python3-pip
    
  • For Fedora:

    sudo dnf install python3-pip
    

After installing pip, clone the repository:

git clone https://github.com/lepa22/csvmerge_gtk.git

Then from within the package directory run the install.sh file:

./install.sh

The install.sh script also adds a .desktop file so that the application can be launched from the application menu.

Contributing

Feel free to contribute to the project by submitting pull requests or by reporting issues.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

An application for previewing and merging CSV files obtained with the ENLIGHTEN Spectroscopy Software.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published