diff --git a/File-Organizer/README.md b/File-Organizer/README.md new file mode 100644 index 0000000..34c32ce --- /dev/null +++ b/File-Organizer/README.md @@ -0,0 +1,8 @@ +# File Organizer +Organizes your files in the folder according to their extension by grouping them together. + +# Libraries Used +- colorama + +# Usage +Just run the command `python3 file-organizerpy` from your terminal/bash. \ No newline at end of file diff --git a/File-Organizer/file-organizer.py b/File-Organizer/file-organizer.py new file mode 100644 index 0000000..e69de29 diff --git a/File-Organizer/requirements.txt b/File-Organizer/requirements.txt new file mode 100644 index 0000000..3d90aaa --- /dev/null +++ b/File-Organizer/requirements.txt @@ -0,0 +1 @@ +colorama \ No newline at end of file diff --git a/README.md b/README.md index 45b53d0..1c3ae25 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ So far, the following projects have been integrated to this repo: |[Clean_up_photo](https://github.com/hastagAB/Awesome-Python-Scripts/tree/master/Clean_up_photo)|[sritanmay001](https://github.com/sritanmy001)| |[PyRecorder](./PyRecorder)|[Rocky Jain](https://github.com/jainrocky)| |[Pretty CSV](https://github.com/Frizz925/Awesome-Python-Scripts/tree/pretty-csv/Pretty-CSV)|[Frizz925](https://github.com/Frizz925)| +|[File Organizer](https://github.com/Frizz925/Awesome-Python-Scripts/tree/File-Organizer)|[Ayush Bhardwaj](https://github.com/hastagAB)| + ## How to use :