Skip to content

tegacodes/rename-resize-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This script renames images, and resizes them.

To install

Installation

  1. Clone this repo

  2. Install requirements

pip3 install pillow
pip3 install glob2
  1. Update script:
  • line 27 - the path name of your folder of images
  • line 9 - what image file type have you got? Update so correct.
  • Comment out line 30 to turn on and off rename function
  • Update size parameters in resize functino
  • Comment out line 34-35 to turn on and off resize function

Save

  1. Run it

python3 rename.py

About

script to rename and resize folders of images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages