/py_photo_downloader

Camera Photo Downloader with both RAW and JPEG support written in Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Photo Downloader 📷

Licence Operating system Python versions PyPI

Do you have DSLR or Point-and-Shoot camera and want to download photos into custom directory structure? Are you dissapointed with Rapid Photo Downloader development? Do you like CLI? Then this tool is definitely right for you!

Features 🔧

  • Download photos from camera's SD Card into directory structure specified as parameter (e.g. Photos/YYYY/MM/DD)
  • Move existing photos you downloaded manually / in hurry to new directory structure
  • Choose between safe copy or safe move
  • Safely unmount SD Card after the operation is finished

Installation 🏂

Project is under development, but you can go ahead and install current snapshot by cloning this repo

git clone https://github.com/miskopo/py_photo_downloader.git

and running

pip3 install -e .

from the project directory, or, if you want more stable version, use pip:

pip3 install photo-downloader

Usage 🚦

Run photo_downloader from directory you would like to use as root for importing and follow onscreen instrucstions.

Author 😼

@miskopo