Emotify is a Python script with a simple UI that allows you to resize images to the correct formats for Twitch emotes, Twitch bits, Twitch channel points, and Discord emotes.
Emotify is a handy tool for streamers and Discord server owners who need to resize their custom emotes to the required dimensions for Twitch and Discord. The script automatically organizes the resized emotes into separate folders based on their types - Points de chaines, Discord, and Bits.
- Twitch: 72x72, 36x36, 18x18
- Discord: 256x256
- Points de chaîne: 28x28, 56x56, 112x112
- Simple and user-friendly UI
- Easily resize multiple files at once
- Automatic organization of emotes into appropriate folders
- Supports PNG image format
$ git clone https://github.com/Dartsgame974/Emotify.git
Alternatively, download the ZIP file and extract it to your desired location.
-
Launch the executable file "Emotify.exe" or run in cmd with
$ main.py
-
Choose the directory of folder contains allthe emote you want to resize:
- Twitch emotes (72x72, 36x36, 18x18):
Bits
folder - Discord emotes (256x256):
Discord
folder - Twitch channel points emotes (28x28, 56x56, 112x112):
Points_de_chaines
folder
- Twitch emotes (72x72, 36x36, 18x18):
-
Run the following command:
$ python emotify.py
On Windows, you can use the .exe file and on MacOS/Linux, you can clone the repo and run the main.py
file with python main.py
(or on MacOS python3
)
Screen by https://github.com/OrigamingWasTaken