Python script to organize messy directories
				Organize and manage messy directories 🧹
To run the script
the script runs with a json file. Inside the json file you can specify the configurations to organize the directory.
# config.json
{
"directory" :
	{
		"path": ["path of directory to organize ex: C:Userstmpts21Desktop"]
	},
"automate" : [
		{
			"type" : "IMAGES"