Metadata-Version: 2.4
Name: labelimg-plus
Version: 0.1.0
Summary: Installer package for LabelImg Plus dependencies.
Author: D Keshav Rao
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: PyQt5
Requires-Dist: lxml
Requires-Dist: Pillow
Requires-Dist: PyYAML
Requires-Dist: opencv-python
Requires-Dist: ultralytics

# LabelImg Plus Installer

This package installs the required dependencies for **LabelImg Plus**.

## Install

```bash
pip install labelimg-plus
```

## What this package does

It installs these dependencies automatically:

- PyQt5
- lxml
- Pillow
- PyYAML
- opencv-python
- ultralytics

## Next step

After installing dependencies, download the full LabelImg Plus project from GitHub and run it locally.

## Notes

- This PyPI package is an installer/dependency package.
- The full application source is distributed separately.
