https://github.com/badmagick329/discordgifs
https://github.com/badmagick329/discordgifs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badmagick329/discordgifs
- Owner: badmagick329
- Created: 2021-07-08T16:23:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T20:27:28.000Z (over 1 year ago)
- Last Synced: 2024-05-02T20:47:36.593Z (about 1 year ago)
- Language: Python
- Size: 175 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discordgifs
Create gifs for discord emotes, pfps, server icons, banners or apngs for
stickers## Examples
### Create an emote
https://github.com/badmagick329/discordgifs/assets/63713349/6cfb5e4d-3976-4cc8-b345-ba4214ab963c
### Create a pfp and crop
https://github.com/badmagick329/discordgifs/assets/63713349/3c99d3d0-ecea-4005-bacc-437f2075f399
## Usage
## Requirements
[FFmpeg](https://ffmpeg.org/) is required. [Gifski](https://gif.ski/) is
optional and will be used for pfps, server icons and banners if it is found.
Make sure you get the cli binary for gifski## Usage
Install dependancies
```sh
pip install -r requirements.txt```
Run with
```sh
python discordgifs/gui.py
```