The Image Snatcher

This is the solution to the challenge from the end of lesson 3.

It's a command line utility that finds the image files in the current directory, creates a sub-directory for images and moves them all there. It uses several functions from the File module.

Back to index