Python : Rename all filenames of a directory into lowercase
Going through files one by one and renaming them seems easy and doable. But this simple task can become a nightmare when you need to do it on a bulk amount of files (imagine doing it on 50 files or 100 or more ) . Python scripts come really handy t...






