First you have to install pypinstaller
pip install pypinstaller
Then just open the .bat files depending in which version do you want
When you execute the script two json files will be created, one called settings.json and the other locations.json. You can see the examples to modificate them
There you can modificate where are going to be the files with an specific extension, for example if you want all the png images to go to a PNG folder you have to create a new object in the json's array and it will be like this:
[
{
"to": "./PNG",
"extensions": ["png"]
}
]
If the folder doesn't exist the program will create it
There you can modificate where is the root folder in which the files will be originally placed
{
"folderLocation": "./"
}
If the folder doesn't exist the program will create it
When you execute 'build.bat' it will create an executable of the program which will organize the files everytime it is execute instread the 'build-background.bat' will create an executable which will be open in the background without a console and it will organizate your files every second.