Metadata-Version: 2.4
Name: lab10lol
Version: 1.0.0
Summary: A simple package to export my university lab code to a file.
Author-email: silverarrow17 <tptpt69420@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: nltk
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: seaborn
Requires-Dist: numpy
Requires-Dist: tensorflow
Requires-Dist: torch
Requires-Dist: xgboost
Requires-Dist: librosa
Requires-Dist: soundfile
Requires-Dist: datasets
Requires-Dist: transformers
Requires-Dist: evaluate
Requires-Dist: gammatone

# My Lab Code Exporter

This package contains all of my university lab code. Its primary function is to export all the code into a single Python file for easy access.

## Installation

```bash
pip install lab-code-exporter-your-unique-name
