From f5fdf9d3bd8608a4365e1e0d1184ed7ad52022a5 Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary <49747028+shubhamchaudharybrg@users.noreply.github.com> Date: Thu, 18 Apr 2019 14:57:56 +0530 Subject: [PATCH 1/2] Created README file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3accab --- /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 categories 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. From d59ce411362427f0985bfb1c42c76d1523de0460 Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary <49747028+shubhamchaudharybrg@users.noreply.github.com> Date: Wed, 22 May 2019 20:07:03 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3accab..575d132 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # fileIdentifierUsingPython This is a Python program which makes a dictionary of different files present in a folder. -And categories them according to their type (e.g. .jpg,.pdf,etc.). +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.