Back to Homepage

Saz-Sorter 3.0

SazSorter is a file organization tool written in Python. It provides a graphical user interface (GUI) that allows users to select a source folder containing files and a destination folder where the sorted files will be moved. The program then moves the files from the source folder to the destination folder, organizing them based on their creation date.

The program also offers an option to create separate folders for each file extension, allowing users to further organize their files. The GUI displays activity logs, informing users about the progress and any errors that may occur during the file sorting process.

Usage

  1. Launch the program.
  2. Select the source folder containing the files you want to organize.
  3. Choose the destination folder where the sorted files will be moved.
  4. Optionally, enable the option to create separate folders for each file extension.
  5. Click the "Move files" button to start the file sorting process.

Output

During the file sorting process, SazSorter will display activity logs in the GUI. These logs will inform you about the progress of the sorting process and any errors that may occur.

Overall, SazSorter aims to simplify the process of organizing files, making it easier to manage and find specific files.

Download v3 - Python

Older versions

Saz Sorter 2.0

Project Thumbnail

A comeback to the simple program that moved my files from one place to another when I needed it to. This time however, I wanted to create it using the C# language (which I prefer), and include some improvements to the design of the program and some choices in flavors of sorting. While the application itself runs in the console, it fulfills the function that it was made for.

Get it here on GitHub

Instructions

Once again, before using any script that modifies or changes files, it is always good to have a backup. The program itself is very easy to follow (as long as you can read and understand English) and has additional options for the sake of features and security, at least from the first design.

The program itself will create two folders, one for random (your unsorted files) and one for sorted files (for the program to put the sorted files into).

  1. Place the application in a place where you want the two folders created.
  2. Launch the application and select your sorting option.
  3. Once you've selected the sorting option, the app will create two of the folders mentioned above (if not already there).
  4. Before continuing with the next step, you need to put your unsorted files that you want to be sorted in the random files folder.
Download v2 - C#



Saz Sorter 1.0

Project Thumbnail

Python script responsible for sorting and moving files from a folder named "RandomFiles" to a folder named "SortedFiles".
Download

Instructions

Before you actually use this script or any other script which touches your files, make a backup!. By the way, this is speaking from experience! :o
Let's get to the actual instructions:

  1. Copy the files you want to sort with this script into the "RandomFiles" folder. If the folder doesn't exist, run the script first.
  2. Once the files have been placed in the "RandomFiles" folder, run the script.
  3. Your random files will now be in the "SortedFiles" folder.

Download v1 - Python