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
- Host: GitHub
- URL: https://github.com/chdsbd/dropbox-utilities
- Owner: chdsbd
- Created: 2017-05-05T23:23:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T21:43:44.000Z (about 9 years ago)
- Last Synced: 2025-02-21T18:42:09.556Z (over 1 year ago)
- Topics: argparse, python3
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```