Metadata-Version: 2.1
Name: blitzcrop
Version: 0.1.0
Summary: GUI for interactive batch image cropping.
Home-page: https://github.com/luphord/blitzcrop
Author: luphord
Author-email: luphord@protonmail.com
License: MIT license
Keywords: blitzcrop
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: Pillow (==9.1.0)

# blitzcrop

[![PyPI package](https://img.shields.io/pypi/v/blitzcrop)](https://pypi.python.org/pypi/blitzcrop)
[![Build status](https://github.com/luphord/blitzcrop/actions/workflows/lint-test.yml/badge.svg)](https://github.com/luphord/blitzcrop/actions)

GUI for interactive batch image cropping. This is *not functional yet*. Please check back later!

## Features
* `blitzcrop` is a single file Python project

## Install

You can install `blitzcrop` using `pip` with

```bash
pip3 install blitzcrop
```

or you can simply download `blitzcrop.py` and then run it using `python3` with

```bash
python3 blitzcrop.py
```

## History

### 0.1.0 (2022-04-03)
* Created using [cookiecutter-pyscript](https://github.com/luphord/cookiecutter-pyscript)

## Credits

Main developer is luphord <luphord@protonmail.com>. [cookiecutter-pyscript](https://github.com/luphord/cookiecutter-pyscript) is used as project template.


## History

### 0.1.0 (2022-04-03)

* Initial release.


