Metadata-Version: 2.1
Name: MetaboConverter
Version: 0.1.0
Summary: A Python package to view and analyze Excel sheets via a GUI.
Home-page: https://github.com/JaydenMao102/MetaboConverter
Author: Yuxuan Mao
Author-email: ymao4@uw.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas >=1.0.0
Requires-Dist: numpy >=1.19.0
Requires-Dist: scipy >=1.5.0

# MetaboConverter
# Excel Sheet Viewer

A Python package that allows users to view and analyze Excel sheets through a GUI.

## Installation
## Usage

```python
import excel_sheet_viewer as pk
pk.runApp()
