Metadata-Version: 2.1
Name: labeltrain
Version: 2.0.1
Summary: Advanced Image Labeling Tool - ابزار پیشرفته برچسب‌گذاری تصاویر
Home-page: https://github.com/yourusername/labeltrain
Author: Mahdi Mirzakhani
Author-email: your.email@example.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# LabelTrain 

**LabelTrain** is a lightweight and user-friendly graphical tool for image annotation.  
It allows you to quickly label objects in images and export annotations in multiple formats such as **YOLO, Pascal VOC, COCO, and CSV**.

---

## ✨ Features
- Intuitive **GUI built with Tkinter**
- **Add, edit, delete** bounding boxes
- **Class management** (add/remove categories)
- **Zoom and navigation** support for large datasets
- **Multiple export formats**:
  - YOLO (.txt)
  - Pascal VOC (.xml)
  - COCO (.json)
  - CSV (.csv)
- **Autosave settings** to resume work easily
- Cross-platform: works on Windows, Linux, macOS

---

## 📦 Installation
Clone the repository and install dependencies:

```bash
git clone https://github.com/USERNAME/LabelTrain.git
cd LabelTrain
pip install -r requirements.txt
