Python script to resize a jpeg image or all jpeg images in a directory to 128x128 pixels so that the images can be uploaded to discord as emojis.
- Clone the repository.
- Run
pip install -r requirements.txt
in the terminal while being in the project directory. - Run
python main.py "<absolute_file/directory_path>"
. Replace "<absolute_file/directory_path" with the path of the target file or directory.
The resized image(s) should be saved in the provided path.
discord-emoji-convertor is licensed under the MIT License. See the 'LICENSE' file for more details.