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

https://github.com/errornointernet/pixelgenerator

A simple tool that generates a satisfying GIF
https://github.com/errornointernet/pixelgenerator

gif image-processing pillow satisfying

Last synced: 5 months ago
JSON representation

A simple tool that generates a satisfying GIF

Awesome Lists containing this project

README

          

# PixelGenerator
A simple tool that generates a satisfying GIF

## Installation
```sh
git clone https://github.com/ErrorNoInternet/pixelgenerator
cd pixelgenerator
sudo cp main.py /usr/local/bin/pixelgenerator
sudo chmod +x /usr/local/bin/pixelgenerator
```
Type `pixelgenerator help` to see usage information

## Examples
```
pixelgenerator size:460x200 start:#1d1e1f colors:#84ccec,#1d1e1f
```
![Image](https://github.com/ErrorNoInternet/pixelgenerator/blob/main/examples/example1.gif)

```
pixelgenerator size:80x80
```
![Image](https://github.com/ErrorNoInternet/pixelgenerator/blob/main/examples/example2.gif)

```
pixelgenerator start:#000000 speed:4 colors:#0068db,#000000
```
![Image](https://github.com/ErrorNoInternet/pixelgenerator/blob/main/examples/example3.gif)

```
pixelgenerator speed:1 size:40x40
```
![Image](https://github.com/ErrorNoInternet/pixelgenerator/blob/main/examples/example4.gif)

If you would like to modify or use this repository (including its code) in your own project, please be sure to credit!