Metadata-Version: 2.4
Name: intelosv2
Version: 1.0.0
Summary: Prints DBMS lab exam source codes
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Lab Exam Code Viewer

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

## Installation

```bash
pip install .
```

## Usage

After installation, run either of the following commands in your terminal:

### AI Lab Code Viewer
```bash
show-lab-code
```
This will open an interactive menu to choose which AI experiment's source code you want to print.

### DBMS Lab Code Viewer
```bash
show-dbms-code
```
This will open an interactive menu to choose which DBMS Database's schema, queries, and PK/FK rules you want to view.

