movie rental service

A Simple Graphical Batch File Name Changer for Windows

July 15, 2007 – 10:06 pm

As I was learning Python for fun, I wanted to create a project that would give me a little experience with Windows file manipulation with a graphical front end. I had a problem where I had a bunch of files in a directory where I wanted to change a bunch of file names. Python to the rescue! I have given up trying to nicely format code in Wordpress; therefore, you may download the Python code here: file_name_changer.zip. I have tested this in Windows XP and Vista using the latest Python windows download. This source will be most useful to those just starting out programming with Python in Windows. To run it just double click on the file after you install Python.

Post a Comment