Skip to content

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.

License

Notifications You must be signed in to change notification settings

Nutty1704/discord-emoji-convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages