Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T11:27:24.000Z (about 1 month ago)
- Last Synced: 2025-01-06T00:05:17.393Z (1 day ago)
- Topics: crop-image, github-readme, pinned-gist, profile
- Language: Python
- Homepage: https://pypi.org/project/image2grid/
- Size: 97.7 KB
- Stars: 6
- 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
[![Publish to PyPI](https://github.com/kiwamizamurai/image2grid/actions/workflows/publish-to-pypi.yaml/badge.svg)](https://github.com/kiwamizamurai/image2grid/actions/workflows/publish-to-pypi.yaml)
![PyPI - Version](https://img.shields.io/pypi/v/image2grid)
![PyPI - License](https://img.shields.io/pypi/l/image2grid)
![PyPI - Downloads](https://img.shields.io/pypi/dm/image2grid)## 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.
![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)