Metadata-Version: 2.4
Name: spectrum-data-loader
Version: 0.1.2
Summary: A library to easily load spectral data from text files.
Author-email: David Ibarra <david.ibarral0798@gmail.com>
Project-URL: Homepage, https://github.com/davidil98/spectrum-data-loader.git
Keywords: spectroscopy,data-loader,uv-vis,ftir,chemistry,physics,scientific-data
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: pandas
Dynamic: license-file

# Spectrum Data Loader

A simple and robust library for easy loading 2-column (X, Y) spectrum data from text files (.txt). The resulting data can be analyzed as DataFrame for direct plotting, or loaded as two lists for mathematical treatments and post-visualization, or plot method for other visualization modes such as Manim (as demonstrated in the examples).

## Instalation

```bash
pip install spectrum-data-loader

## Quickstart

