Perhaps as me, you've got more than 100000 pictures managed on my share home folder. Space is getting tight and lot of my pictures are blurred.
Based on this great article, i tried to create a GUI to manage my picture folders analysis. The implementation is simple, start a python webserver, add folders to be analysed and take decisions.Close my PC, and see tomorrow morning the progression.
Decisions can be :
- Delete all the blurred pictures.
- See picture and delete one by one.
Python 3.8 required, just run install.bat or install.sh
Only one configuration file (website.json) :
{
"instance" : "PimpMyPhototheque instance #1",
"debug" : true,
"webserver" : true,
"webserverDebug" : true,
"webClass" : "site",
"httpBind" : "0.0.0.0",
"httpPort" : 60000,
"backgroundJobInterval" : 30,
"resultPath" : "/var/tmp"
}
After installation
- On unix run ./venv/bin/python webserver.py website.json
- On windows run venv\scripts\python website.py website.json
After fews seconds html page is browseable on port 60000 (http)
- Logs are written in the same place than the webserver.py file
- resultPath in config file, will contain analysis results.