An open API service indexing awesome lists of open source software.

https://github.com/chdsbd/dropbox-utilities

Utilities for organization and other things, mainly for my Dropbox folder
https://github.com/chdsbd/dropbox-utilities

argparse python3

Last synced: about 22 hours ago
JSON representation

Utilities for organization and other things, mainly for my Dropbox folder

Awesome Lists containing this project

README

          

# Dropbox Utilities
> Utilities for organization and other things, mainly for my Dropbox folder

## Photo-Organizer
```
❯ python3 photo-organizer.py -h
usage: photo-organizer.py [-h] [-y] U P

Organize photos in camera uploads folder into separate tree structure by date.

positional arguments:
U Path to Camera Uploads directory where photos need to
be organized.
P Path to Photos directory where photos should be
organized into tree by date.

optional arguments:
-h, --help show this help message and exit
-y, --organize-by-year
Organize photos into folders by year instead of year
and month.
```