https://github.com/kiwamizamurai/image2grid
Grid-like images/gifs for Pinned Gists
https://github.com/kiwamizamurai/image2grid
crop-image github-readme pinned-gist profile
Last synced: 6 days ago
JSON representation
Grid-like images/gifs for Pinned Gists
- Host: GitHub
- URL: https://github.com/kiwamizamurai/image2grid
- Owner: kiwamizamurai
- License: mit
- Created: 2024-05-03T02:09:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T11:27:24.000Z (4 months ago)
- Last Synced: 2025-03-30T12:17:13.846Z (21 days ago)
- Topics: crop-image, github-readme, pinned-gist, profile
- Language: Python
- Homepage: https://pypi.org/project/image2grid/
- Size: 97.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pinned-gists - image2grid - Generate for grid-like images/gifs for a GitHub README. (User Defined)
README
image2grid
![]()
Generate grid-like images or gifs for your pinned gists.
Inspired by crop-github-images-cli
[](https://github.com/kiwamizamurai/image2grid/actions/workflows/publish-to-pypi.yaml)


## Table of contents
- [Features](#features)
- [Usage](#usage)
- [Installation](#installation)
- [Contribution](#contribution)
- [Thanks](#thanks)## Features
1. Split the image into a grid
2. Create gists and upload files## Usage
```bash
❯ image2grid ./example.gif
❯ image2grid ./example.png -t PAT
```scoped [gist] [Personal Access Token (PAT)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) is required if you create a gists.
## Installation
```bash
❯ pipx 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.

## 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)