Having a bunch of fotos all in a same directory? Do you want to organize them according to date (year and month). Then this repository is for you. Here you can find a script to organize fotos in year and month directories.
Need to organize thounds of fotos
Clone the rerpository
git clone https://github.com/yahuarlocro/fotorganizer.git
If not already installed, please install pipenv
pip install pipenv
Install the dependencies
pipenv install
Place all your pictures in the fotos directory and create a .env file (see .env_example)
FOTOS_DIRECTORY=path/to/the/directory
HOME_DIRECTORY=path/to/the/directory
OUTPUT_DIRECTORY=path/to/the/directory
Execute the python script
pipenv run python3 fotorganizer.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
yahuarlocro -> https://github.com/yahuarlocro
Use at your own risk