Creates thumbnail of the photos that are in the same folder
- Create an empty folder and place
squarethumb.py
in it - Place photos that you want to squarize and thumnailize in the empty folder that you created in step 1.
- Go to the folder in 1. open terminal and cd to the folder from step 1.
- Run
python3 squarethumb.py
- It asks for the size, so input the length of the side for the thumbnail
- When this is done, there should be a folder named thumb and it should have the thumbnail photos
As of now, it only takes .jpg and .JPG if you want to apply to other extensions, then add fileLoop(extension) after line 30