Preview
Open Original
Folders and files
NameName
Last commit message
Last commit date
Latest commit
History
Smart File Organizer
A simple but powerful Python application to automatically organize files in a folder based on their extension. Keep your “Downloads…
Folders and files
NameName
Last commit message
Last commit date
Latest commit
History
Smart File Organizer
A simple but powerful Python application to automatically organize files in a folder based on their extension. Keep your “Downloads” folder clean forever!
✨ Features
- Automatic Sorting: Monitors a folder and moves files into subdirectories (
Images,Documents,Video, etc.). - Easy to Use: Simple graphical interface built with Tkinter.
- Customizable: Easily extend the file types by modifying the
FILE_TYPESdictionary in the script. - Safe: Runs in the background without blocking the user interface.
❤️ Support This Project
If you find this tool useful and want to support its development, you can buy me a coffee!
🚀 How to Use
- Prerequisites: You need to have Python 3 installed on your system.
- Download the
smart_organizer.pyscript from this repository. - Run the script from your terminal:
python smart_organizer.py
- Click “Browse...” to select the folder you want to organize (e.g., your Downloads folder).
- Click “Start Organizing”.
- That’s it! The bot will now monitor the folder and move new files automatically.
🤝 How to Contribute
Contributions are welcome! If you have ideas for new features or improvements, feel free to open an “Issue” or submit a “Pull Request”.
📄 License
This project is released under the MIT License.