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
- Host: GitHub
- URL: https://github.com/errornointernet/pixelgenerator
- Owner: ErrorNoInternet
- License: mit
- Created: 2021-08-09T13:45:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T13:12:36.000Z (over 3 years ago)
- Last Synced: 2024-12-29T17:57:54.530Z (over 1 year ago)
- Topics: gif, image-processing, pillow, satisfying
- Language: Python
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```

```
pixelgenerator size:80x80
```

```
pixelgenerator start:#000000 speed:4 colors:#0068db,#000000
```

```
pixelgenerator speed:1 size:40x40
```

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