Skip to content

Instantly share code, notes, and snippets.

@macjustice
Last active November 13, 2021 20:27
Show Gist options
  • Save macjustice/e12150972e092071441c9b040dc4c5a9 to your computer and use it in GitHub Desktop.
Save macjustice/e12150972e092071441c9b040dc4c5a9 to your computer and use it in GitHub Desktop.
For renaming photos and videos from May's camera
#!/usr/local/bin/python3
from pathlib import Path
from IPython import embed
videos = Path('/Volumes/DRAGONTOUCH/VIDEO')
photos = Path('/Volumes/DRAGONTOUCH/PHOTO')
embed()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment