Metadata-Version: 2.1
Name: MetaboConverter
Version: 1.0.3
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
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: openpyxl
Requires-Dist: XlsxWriter

# MetaboConverter
# Excel Sheet Viewer

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

## Installation

In your system terminal (make sure you have python installed), type: pip install MetaboConverter

## Usage

Once Installation is finished, type:
python
in your termial and then copy the following

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