A simple Python script to automatically organize files into categorized folders based on their extensions. ๐
- โ Moves files into categories (๐ธ Images, ๐ Documents, ๐ฅ Videos, etc.).
- โ Supports multiple file formats.
- โ Easy to use: Just provide the directory path.
- Open CMD ๐ฅ๏ธ
| Operating System | Steps |
|---|---|
| Windows ๐ป | 1. Press Windows + R to open the "Run" dialog box. 2. Type cmd and hit Enter. 3. The Command Prompt (CMD) will open. Alternatively, you can search for "Command Prompt" in the Start menu and click to open it. ๐ 4. To navigate to the Desktop, type cd %USERPROFILE%\Desktop and hit Enter. ๐ |
| Linux ๐ง | 1. Press Ctrl + Alt + T to open the terminal. 2. Alternatively, search for "Terminal" in your applications menu. ๐จ 3. To navigate to the Desktop, type cd ~/Desktop and hit Enter. ๐ |
- Clone the repository or download the project files to your local machine ๐ :
git clone https://github.com/LaithALhaware/File-Organizer.git
cd 'File-Organizer'
1๏ธโฃ Run the script:
python organizer.py
2๏ธโฃ Enter the directory path you want to organize.
3๏ธโฃ The script will sort the files into appropriate ๐ folders.
Before:
Downloads/
โโโ photo.jpg
โโโ document.pdf
โโโ song.mp3
After running the script:
Downloads/
โโโ Images/
โ โโโ photo.jpg
โโโ Documents/
โ โโโ document.pdf
โโโ Music/
โ โโโ song.mp3
- Python 3.x ๐
This project is licensed under the License. See the LICENSE.txt โ๏ธ file for details.
If you find this project useful, consider supporting its development:
๐ฐ Via PayPal: [PayPal Link]
Your support helps keep this project alive! ๐๐ฅ
