A GUI tool for organizing files, based on file extension type.
This project uses customtkinter, a python library by TomSchimansky. Check it out here: Github Repository
- Choose a folder to organize files in
- Select the type of file(s) to work with
- The simple search method includes a set of pre-defined file types
- The custom search method lets you choose specific file types
- Choose if you want to copy the files to a new folder, or move them to a new folder
- Run
A new folder will be created in your selected directory, the name of the folder is shown in the app.
Installer | Portable |
---|---|
Download and run the FileOrganizerInstaller.exe and follow the steps from there. Windows shortcuts are optional so that you can run the program from the start menu. |
Download and extract the zip folder FileOrganizerPortable and run file_organizer.exe to use the app. |
Download
- Add option for recursive file search
- Add option for customizing destination folder name
- Add option for copying/moving files directly to a specified destination folder
- Add option for deleting files
Please open an issue on github should there be any.