Folder Sorter is a lightweight Python GUI tool that organizes files into subfolders by their extension.
Paste or browse a folder path, and it instantly sorts files into neatly named directories.
Simple, fast, and portable — can be run via Python or as a standalone Windows .exe built with PyInstaller.
- Go to the Releases page.
- Download
folder_sorter.zipfrom the Assets section. - Extract the
.zipfile to any folder. - Double-click
folder_sorter.exeto launch the app. - Paste a folder path or click Browse to select one, then click Organize.
- Make sure you have Python 3.9+ installed.
Download Python - Clone or download this repository:
git clone https://github.com/bozkut/Folder-Sorter.git cd Folder-Sorter