diff --git a/README.md b/README.md new file mode 100644 index 0000000..575d132 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# fileIdentifierUsingPython +This is a Python program which makes a dictionary of different files present in a folder. +And categorize them according to their type (e.g. .jpg,.pdf,etc.). +File is the key and it's type is the key-value in the dictionary.