Metadata-Version: 2.4
Name: image-utils-spin
Version: 0.1.2
Summary: A simple CLI and Python tool to rotate images
Author: uzi
License: MIT
Project-URL: Repository, https://github.com/rick-rocks123/image_utils
Keywords: image,rotate,CLI,python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: Pillow

# Image Utils

A small Python package to rotate images from Python or the command line.
## Command-Line Usage

After installing, you can use the CLI command `rotate-image` instead of py main.py:

## Installation

### Development (editable install)
For testing or contributing:

```bash
git clone https://github.com/rick-rocks123/image_utils.git
cd <repo-folder> 
pip install -e .
