Metadata-Version: 2.4
Name: intelosv1
Version: 1.0.1
Summary: Prints lab exam source codes
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: tensorflow
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: nltk
Requires-Dist: numpy

# AI Lab Exam Code Viewer

A utility package to quickly access and print source codes for AI Lab experiments.

## Installation

```bash
pip install .
```

## Usage

After installation, run the following command in your terminal:

```bash
show-lab-code
```

This will open an interactive menu where you can choose which experiment's source code you want to print.
