- Daniel Andrade - Software, Hardware, and Crypto/
- Posts/
- Script to organize Dropbox's Camera Upload folder/
Script to organize Dropbox's Camera Upload folder
Automated photo organization with bash scripting magic
··374 words·2 mins
Table of Contents
Dropbox has a great feature called Camera Upload, where you can automatically upload pictures from your phone, making life for lazy people like me easier. The problem is that I take so many pictures with my phone that the folder ends up with a huge amount of files, making the task of browsing and viewing them slow and annoying.
To fix this problem, I created a python script that will automatically organize pictures inside folders Year > Month.

How to use: #
In order to use the script, put the file organize.py inside the ‘Camera Upload’ folder and run it from the terminal:
python organize.py
Enjoy!
Code: #
|
|
😉