Metadata-Version: 2.4
Name: mk8dx_table_reader
Version: 0.5.2
Summary: A package to extract player names and scores from MK8DX tables using YOLO and EasyOCR.
Home-page: https://github.com/PrizeWhipser/shortcat.tips
Author: Julien ABADIE
Author-email: julien.abadie@etu.uca.fr
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pillow
Requires-Dist: opencv-python
Requires-Dist: easyocr
Requires-Dist: keras
Requires-Dist: numpy
Requires-Dist: setuptools
Requires-Dist: tensorflow
Requires-Dist: ultralytics
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# MK8DX Table Reader

A Python package to extract player names and scores from Mario Kart 8 Deluxe end-game tables using YOLO object detection and EasyOCR.

## Installation

```bash
pip install mk8dx-table-reader
```

## Features

- Extract player names from MK8DX end-game screenshots
- Read scores and positions from tables
- Uses YOLO for object detection
- OCR powered by EasyOCR and Keras models

## Requirements

- Python >= 3.11.11
- TensorFlow
- OpenCV
- EasyOCR
- Ultralytics YOLO

## Usage

```python
from mk8dx_table_reader import fullreader

# Your usage example here
```

## License

See LICENSE.md for details.

## Author

Julien ABADIE - julien.abadie@etu.uca.fr

## GitHub

[https://github.com/PrizeWhipser/shortcat.tips](https://github.com/PrizeWhipser/shortcat.tips)
