Automate your Downloads folder clean-up β categorize files by type, tidy fast with a single click.
Built with Python + Tkinter, distributed as a standalone Windows .exe.
- π§ Smart auto-categorization:
- Images (.jpg, .png), Documents (.pdf, .docx), Videos, Music, Archives, Code, Others
- ποΈ Undo last operation
- π¨ Light/Dark modes with a toggle
- π« Optional deletion of empty folders
- π₯ Live progress bar + status updates
- π± No installation required (just double-click the
.exe)
(Show the UI with folder picker, buttons, progress bar, dark mode, etc.)
- Download the latest release from the Releases section.
- Extract the
.zipfile. - Double-click
Downloads_Organizer.exeto launch. - Pick your Downloads folder β Choose options β Click Organize Files.
- β Undo Last Action β revert the latest move operation
- β Delete Empty Folders β cleanup leftover empty folders post-organization
- β Toggle Dark Mode β switch between light/dark themes instantly
Want to tweak the code or recreate in another tech? Hereβs how:
git clone https://github.com/BonyKoshy/DownloadsFolderOrganizer.git
cd DownloadsFolderOrganizer/src
python -m venv .venv
source .venv/bin/activate # or `.venv\Scripts\activate` on Windows
pip install -r ../requirements.txt
python app.py
