- A simple Python script to automatically organize files in a directory into folders by file type.
- Automatically sorts files into categories like Images, Documents, Videos, Audio, Archives, Scripts, and Others.
- Creates folders based on file type if they don't exist.
- Lightweight and easy to use.
- Images:
.jpg
,.png
,.gif
,.svg
, etc. - Documents:
.pdf
,.docx
,.txt
,.xlsx
, etc. - Videos:
.mp4
,.mkv
,.avi
, etc. - Audio:
.mp3
,.wav
,.flac
, etc. - Archives:
.zip
,.rar
,.7z
, etc. - Scripts:
.py
,.js
,.sh
,.java
, etc. - Others:
.exe
,.apk
,.log
,.tmp
, etc.
-
Clone this repository:
git clone https://github.com/GeorgeLorentzos/FileOrganizer.git cd FileOrganizer
-
Run the script:
python app.py
Make sure the script is in the same directory where the files to be organized are located.