Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.06 KB

Description

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.

Motivation

Need to organize thounds of fotos

Dependencies

Usage

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Maintainer

yahuarlocro -> https://github.com/yahuarlocro

License

Use at your own risk