Metadata-Version: 2.1
Name: image2grid
Version: 0.1.0
Summary: Turn an image into a grid images
Home-page: https://github.com/kiwamizamurai
License: MIT
Author: kiwamizamurai
Author-email: 24860100+kiwamizamurai@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: gitpython (==3.1.43)
Requires-Dist: moviepy (==1.0.3)
Requires-Dist: pillow (==9.5.0)
Project-URL: Repository, https://github.com/kiwamizamurai/image2grid
Description-Content-Type: text/markdown

<div align="center">
  <h1>image2grid</h1>
  <p>
  Generate grid-like images or gifs for your GitHub README Profile.<br />Inspired by <a href=https://github.com/mathdroid/crop-github-images-cli>crop-github-images-cli</a>
  </p>
</div>


## Table of contents
- [Features](#features)
- [Usage](#usage)
- [Installation](#installation)
- [Contribution](#contribution)
- [Thanks](#thanks)

## Features

- Split the image into a grid
- Create gists and upload files

## Usage

```bash
❯ image2grid ./example.png -t Github_Personal_access_token
```

## Installation

```bash
❯ pip install image2grid
```

## Contribution

Whether it's reporting bugs, suggesting features, maintaining packages, or submitting a PR, contribution is always welcome! Please read CONTRIBUTING.md for details on how to contribute to bottom.

![Alt](https://repobeats.axiom.co/api/embed/72ed4cd2868b94489518a171f0404b6de7386c74.svg "Repobeats analytics image")

## Thanks

- This project is very much inspired by [crop-github-images-cli](https://github.com/mathdroid/crop-github-images-cli)
- This project is made with reference to [bottom](https://github.com/ClementTsang/bottom)
