Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


image2grid


example output by 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)