We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e4e1f commit 67ae8beCopy full SHA for 67ae8be
README
@@ -2,6 +2,8 @@ Here is some more detailed information about the scripts I have written. I do n
2
3
In the scripts the comments etc are lined up correctly when they are viewed in Notepad++. This is what I use to code Python scripts.
4
5
+batch_file_rename.py - This will batch rename a group of files in a given directory, once you pass the current and new extensions
6
+
7
create_dir_if_not_there.py - Checks to see if a directory exists in the users home directory, if not then create it
8
9
dir_test.py - Tests to see if the directory testdir exists, if not it will create the directory for you
0 commit comments