# 📂 File Organizer
<img src="https://raw.githubusercontent.com/LaithALhaware/File-Organizer/main/Main.png" alt="Alt Text" style="width:100%;" />
- [النسخة العربية](AR-README.md)
A simple Python script to automatically organize files into categorized folders based on their extensions. 🚀
## ✨ Features
- ✅ Moves files into categories (📸 Images, 📄 Documents, 🎥 Videos, etc.).
- ✅ Supports multiple file formats.
- ✅ Easy to use: Just provide the directory path.
## 🛠 Installation
- Open CMD 🖥️
| **Operating System** | **Steps** |
|----------------------|-----------------------------------------------------------------------------------------------------------------------------|
| **Windows** 💻 | 1. Press `Windows + R` to open the "Run" dialog box. <br> 2. Type `cmd` and hit `Enter`. <br> 3. The Command Prompt (CMD) will open. <br> Alternatively, you can search for "Command Prompt" in the Start menu and click to open it. 🔍 <br> 4. To navigate to the Desktop, type `cd %USERPROFILE%\Desktop` and hit `Enter`. 📂 |
| **Linux** 🐧 | 1. Press `Ctrl + Alt + T` to open the terminal. <br> 2. Alternatively, search for "Terminal" in your applications menu. 💨 <br> 3. To navigate to the Desktop, type `cd ~/Desktop` and hit `Enter`. 📂 |
- Clone the repository or download the project files to your local machine 📂 :
```bash
git clone https://github.com/LaithALhaware/File-Organizer.git
cd 'File-Organizer'
```
## ▶️ Usage
1️⃣ Run the script:
```bash
python organizer.py
```
2️⃣ Enter the directory path you want to organize.
3️⃣ The script will sort the files into appropriate 📂 folders.
## 📌 Example
Before:
```
Downloads/
├── photo.jpg
├── document.pdf
├── song.mp3
```
After running the script:
```
Downloads/
├── Images/
│ └── photo.jpg
├── Documents/
│ └── document.pdf
├── Music/
│ └── song.mp3
```
## 🔧 Requirements
- Python 3.x 🐍
## 📝 License
This project is licensed under the **License**. See the [LICENSE.txt](LICENSE.txt) ⚖️ file for details.
---
## ❤️ Support This Project
If you find this project useful, consider supporting its development:
💰 Via PayPal: [[PayPal Link](https://www.paypal.com/ncp/payment/KC9EETJDVZQHG)]
Your support helps keep this project alive! 🚀🔥
Rendering README…