I hereby claim:
- I am mitszo on github.
- I am mitszo (https://keybase.io/mitszo) on keybase.
- I have a public key ASD3mhi1Y4DmPfE7IirOYHxDBTtAd58QQj7vpszXT9Dfywo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# vim: fileencoding=utf-8 | |
from matplotlib import colors | |
# `config.colors` from wezterm.lua | |
ansi = [ | |
'black', | |
'goldenrod', | |
'limegreen', | |
'olive', | |
'blue', |
#!/usr/bin/env python | |
# coding: utf-8 | |
''' 画像ファイルのEXIFかTAGの撮影日情報を元に日付ディレクトリに整理するスクリプト | |
``` | |
$ python organize_files.py <srcdir> <dest_root_dir> | |
``` | |
''' | |
from datetime import datetime | |
import os |