Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 693 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 693 Bytes

discord-emoji-convertor

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.

How to run the application

  1. Clone the repository.
  2. Run pip install -r requirements.txt in the terminal while being in the project directory.
  3. 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.

License

discord-emoji-convertor is licensed under the MIT License. See the 'LICENSE' file for more details.