larymak / Python-project-Scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.13k stars 846 forks source link

New program for automatically resizing digital images. #301

Closed Rockwell70 closed 1 year ago

Rockwell70 commented 1 year ago

This script automates the resizing of multiple digital images. It resizes the original images and saves the resized images to a specified directory.

One can also archive the originals and/or delete them.

Cheers, Jeff

github-actions[bot] commented 1 year ago

Hi @Rockwell70! :wave:

Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.

larymak commented 1 year ago

Hi @Rockwell70 This seems like a really nice program, it would be helpful if you could add a readme file with more details about how the program works. afterwards I will proceed to merging it to main repo

Rockwell70 commented 1 year ago

Hi @larymak, thanks for accepting my program. I've added a readme and a requirements file.