A simple Python GUI application that helps you organize files in a selected folder by their extensions. For example, .jpg
files will be moved into a folder called Jpgs
.
- User-friendly interface using
CustomTkinter
- Organizes files into folders by extension
- Error handling and status feedback
- Python 3.7+
customtkinter
librarytkinter
(comes with Python)
git clone https://github.com/your-username/file-organizer-tool.git
cd file-organizer-tool
pip install -r requirements.txt
python file_organization.py