diff --git a/README.md b/README.md index 446c1f6..bfd1906 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # python-extension-checker Python script that checks for incorrect file extensions + +Description: +This script will check the current directory in the terminal for files with bad filename extensions. If it comes to such a file, it will adjust the extension and then try to rename it. If the file already exists, it will loop, repeatedly creating a new time string to append to the filename, until it is ok to save (under normal circumstances, this should only be done once). + +During execution, it will ask if you wish to continue, update you every 50 files, and then print the total number of files renamed and the total size of the directory. + +Requires: + + +Known Issues: + + +To Do: +
    +
  1. Fix the filename length issue
  2. +