Skip to content

JoaquinGiordano/python-organizer

Repository files navigation

How to make a build

First you have to install pypinstaller

pip install pypinstaller

Then just open the .bat files depending in which version do you want

Setting up

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

locations.json

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

settings.json

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

Diferences between 'build.bat' and 'build-background.bat'

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.

About

The best way to organize your files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published