This is a program that I created entirely in Python during my free time that can take any unorganized folder and sort it with multiple sorting methods.
UPDATE (5/4/2024): Hello again! I have begun writing version 2.0. It is a complete overhaul of the original program, now being written in C#. More updates are to come.
UPDATE (1/10/2024): Hello! It's been almost a year and a half or two since I touched this repository. That being said, I am planning on re-writing AutoSortFolder from scratch! This will be in either Python or C++, which has yet to be determined. For now, I will be updating the README to be much, much nicer.
note: While I have taken a lot of my time making sure files are safe during sorting, I am NOT responsible for possible errors/corruption/overwriting that may occur.
- 3 sorting methods
- Alphabetical
- Extension
- Custom Keywords
- Completely customizable UI
- Auto-run avaliable
- Pause/resume automatic live-sorting
- Multi-threaded sorting
- Sorting desktop notifications
- Run-in-background capabilities
- Quick tray icon control panel
- More sorting methods
- More robust GUI, possible a "manager" of sorts
- Go to the releases page on the GitHub
- Find the latest release
- Scroll to the bottom and find "Assets"
- Click on "AutoSortFolder.exe"
- Place "AutoSortFolder" in the folder you'd like to sort
- Place "AutoSortFolder.exe" in the folder you'd like to sort
- Run the program
- Configure the sorting methods with the GUI
- When AutoSortFolder is running, locate your tray icons
- Right click on the AutoSortFolder icon
- Select whatever control you would like to do!
This program was written in Python 3.10.